summaryrefslogtreecommitdiffstats
path: root/kexi/debian/kexi.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/debian/kexi.postinst')
-rw-r--r--kexi/debian/kexi.postinst8
1 files changed, 8 insertions, 0 deletions
diff --git a/kexi/debian/kexi.postinst b/kexi/debian/kexi.postinst
new file mode 100644
index 00000000..0f31771e
--- /dev/null
+++ b/kexi/debian/kexi.postinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]
+then
+ ldconfig
+fi
+
+#DEBHELPER#