summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/applications/kerry/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/lucid_automake/applications/kerry/debian/postinst')
-rw-r--r--ubuntu/lucid_automake/applications/kerry/debian/postinst12
1 files changed, 12 insertions, 0 deletions
diff --git a/ubuntu/lucid_automake/applications/kerry/debian/postinst b/ubuntu/lucid_automake/applications/kerry/debian/postinst
new file mode 100644
index 000000000..e69aae429
--- /dev/null
+++ b/ubuntu/lucid_automake/applications/kerry/debian/postinst
@@ -0,0 +1,12 @@
+#!/bin/sh
+# postinst script for kerry-kde3
+
+set -e
+
+if [ "$1" = "configure" ] ; then
+ ldconfig
+fi
+
+#DEBHELPER#
+
+exit 0