summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-makeshlibs
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-makeshlibs')
-rw-r--r--autoscripts/postinst-makeshlibs3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postinst-makeshlibs b/autoscripts/postinst-makeshlibs
new file mode 100644
index 00000000..8a25b9e9
--- /dev/null
+++ b/autoscripts/postinst-makeshlibs
@@ -0,0 +1,3 @@
+if [ "$1" = "configure" ]; then
+ ldconfig
+fi