about summary refs log tree commit diff
path: root/buildtools/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/debian/postinst')
-rwxr-xr-xbuildtools/debian/postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildtools/debian/postinst b/buildtools/debian/postinst
new file mode 100755
index 00000000..60836d52
--- /dev/null
+++ b/buildtools/debian/postinst
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+if [ "$1" = "configure" ]; then
+  ldconfig
+fi