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 /autoscripts | |
parent | 8a9b2f22871f1cd612f4a5660a943dd2ca5d4f24 (diff) | |
download | debhelper-adde59b0f80bacfcfb93d061644d51bbcaca5b05.tar.gz |
Remove unused makeshlibs autoscripts
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postinst-makeshlibs | 3 | ||||
-rw-r--r-- | autoscripts/postrm-makeshlibs | 3 |
2 files changed, 0 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 |