From aad8be244acf0f46b3580243536e2460d12a549c Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Fri, 15 Jan 2016 20:25:57 +0000 Subject: Revert "Remove unused makeshlibs autoscripts" This reverts commit adde59b0f80bacfcfb93d061644d51bbcaca5b05. --- autoscripts/postinst-makeshlibs | 3 +++ autoscripts/postrm-makeshlibs | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 autoscripts/postinst-makeshlibs create mode 100644 autoscripts/postrm-makeshlibs (limited to 'autoscripts') diff --git a/autoscripts/postinst-makeshlibs b/autoscripts/postinst-makeshlibs new file mode 100644 index 00000000..8a25b9e9 --- /dev/null +++ b/autoscripts/postinst-makeshlibs @@ -0,0 +1,3 @@ +if [ "$1" = "configure" ]; then + ldconfig +fi 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 -- cgit v1.2.3