From ce3875f666b459e0c94e74b96f5d3d3ebb047946 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sat, 2 Apr 2016 18:17:55 +0000 Subject: autoscripts/*-makeshlibs: Remove unneeded files Signed-off-by: Niels Thykier --- autoscripts/postinst-makeshlibs | 3 --- autoscripts/postrm-makeshlibs | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 autoscripts/postinst-makeshlibs delete mode 100644 autoscripts/postrm-makeshlibs (limited to 'autoscripts') diff --git a/autoscripts/postinst-makeshlibs b/autoscripts/postinst-makeshlibs deleted file mode 100644 index 8a25b9e9..00000000 --- a/autoscripts/postinst-makeshlibs +++ /dev/null @@ -1,3 +0,0 @@ -if [ "$1" = "configure" ]; then - ldconfig -fi diff --git a/autoscripts/postrm-makeshlibs b/autoscripts/postrm-makeshlibs deleted file mode 100644 index 96bf24ed..00000000 --- a/autoscripts/postrm-makeshlibs +++ /dev/null @@ -1,3 +0,0 @@ -if [ "$1" = "remove" ]; then - ldconfig -fi -- cgit v1.2.3