From 8ac4161f19c07b6a74a47658b6601722ff6d5c6e Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Tue, 18 Aug 2015 17:06:39 +0200 Subject: 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. --- autoscripts/postinst-makeshlibs-c10 | 3 --- autoscripts/postrm-makeshlibs-c10 | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 autoscripts/postinst-makeshlibs-c10 delete mode 100644 autoscripts/postrm-makeshlibs-c10 (limited to 'autoscripts') 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 -- cgit v1.2.3