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