summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2015-08-18 17:06:39 +0200
committerNiels Thykier <niels@thykier.net>2015-08-18 17:06:39 +0200
commit8ac4161f19c07b6a74a47658b6601722ff6d5c6e (patch)
tree95a6d9da78a308564951d99f1977319b8d32a1f1 /autoscripts
parent69a8a6dc5b3e26fb2f1cc75619e4a5742540d48e (diff)
downloaddebhelper-8ac4161f19c07b6a74a47658b6601722ff6d5c6e.tar.gz
Revert "dh_makeshlibs [compat 10]: Pass -X to ldconfig"
This reverts commit 3543394784238e0f0c75988bb7a647fab0d8c26c. The glibc maintainers said this change would not make sense to deploy in debhelper. Instead, the change (if any) should be done on the glibc side.
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