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