diff options
author | Niels Thykier <niels@thykier.net> | 2016-04-02 18:17:55 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2016-04-02 18:17:55 +0000 |
commit | ce3875f666b459e0c94e74b96f5d3d3ebb047946 (patch) | |
tree | 0003b6a98c393fb4b70e0a09cf57254561e8ef71 | |
parent | d97912243ff7955cf3831ad41bf7ecacc70783d6 (diff) | |
download | debhelper-ce3875f666b459e0c94e74b96f5d3d3ebb047946.tar.gz |
autoscripts/*-makeshlibs: Remove unneeded files
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 | 2 |
3 files changed, 2 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 c02a8beb..416d8772 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ debhelper (9.20160313+unreleased) UNRELEASED; urgency=medium 10 (or higher). (Closes: #480576) * d/control: Add a dependency on dh-autoreconf due to the above. + * autoscripts/*-makeshlibs: Remove again. Most of the + reverse dependencies have migrated already. -- Niels Thykier <niels@thykier.net> Thu, 31 Mar 2016 21:09:07 +0000 |