summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-makeshlibs-c103
-rw-r--r--autoscripts/postrm-makeshlibs-c103
2 files changed, 0 insertions, 6 deletions
diff --git a/autoscripts/postinst-makeshlibs-c10 b/autoscripts/postinst-makeshlibs-c10
deleted file mode 100644
index bab4455b..00000000
--- a/autoscripts/postinst-makeshlibs-c10
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "configure" ]; then
- ldconfig -X
-fi
diff --git a/autoscripts/postrm-makeshlibs-c10 b/autoscripts/postrm-makeshlibs-c10
deleted file mode 100644
index c81079d0..00000000
--- a/autoscripts/postrm-makeshlibs-c10
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "remove" ]; then
- ldconfig -X
-fi