summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2016-12-05 12:35:31 -0500
committerAdrian Thurston <thurston@colm.net>2016-12-05 12:35:31 -0500
commit93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9 (patch)
tree88328e57147eca31d50312d1b374899487600f8f /package
parent5cc9957d90ed1cb1471f5a7d97e97be9beef79f6 (diff)
downloadcolm-93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9.tar.gz
call ldconfig in a postinst, since we now export a shared lib
Diffstat (limited to 'package')
-rw-r--r--package/postinst6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/postinst b/package/postinst
new file mode 100644
index 00000000..f068a7e1
--- /dev/null
+++ b/package/postinst
@@ -0,0 +1,6 @@
+#!/bin/bash
+#
+
+ldconfig
+
+exit 0