diff options
author | Niels Thykier <niels@thykier.net> | 2016-01-05 21:20:01 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2016-01-05 21:20:01 +0000 |
commit | adde59b0f80bacfcfb93d061644d51bbcaca5b05 (patch) | |
tree | a205145356d223b4a7119c4e6cdd186fcbb71ce0 | |
parent | 8a9b2f22871f1cd612f4a5660a943dd2ca5d4f24 (diff) | |
download | debhelper-adde59b0f80bacfcfb93d061644d51bbcaca5b05.tar.gz |
Remove unused makeshlibs autoscripts
Signed-off-by: Niels Thykier <niels@thykier.net>
-rw-r--r-- | autoscripts/postinst-makeshlibs | 3 | ||||
-rw-r--r-- | autoscripts/postrm-makeshlibs | 3 | ||||
-rw-r--r-- | debian/changelog | 1 |
3 files changed, 1 insertions, 6 deletions
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 diff --git a/debian/changelog b/debian/changelog index b50a81d7..144365e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ debhelper (9.20151225+unreleased) UNRELEASED; urgency=medium * dh_install: Only fallback to debian/tmp if the given glob does not start with debian/tmp. This should make the output on failures less weird. + * autoscripts/*-makeshlibs: Removed, no longer used. [ Dmitry Shachnev ] * dh_install: Fail because of missing files only after processing |