diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-27 18:45:58 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-27 18:45:58 -0400 |
commit | c7884d638fdf67ae987fdcca9c7384f06fb7cd3c (patch) | |
tree | ff196ffe916bde6b519e3190e517b3b6a3667673 /autoscripts | |
parent | 19307a58a3446acc1f7dd88da772f65615c7a2ad (diff) | |
download | debhelper-c7884d638fdf67ae987fdcca9c7384f06fb7cd3c.tar.gz |
dh_scrollkeeper: Now a deprecated no-op. Closes: #530806
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postinst-scrollkeeper | 3 | ||||
-rw-r--r-- | autoscripts/postrm-scrollkeeper | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/autoscripts/postinst-scrollkeeper b/autoscripts/postinst-scrollkeeper deleted file mode 100644 index b2180493..00000000 --- a/autoscripts/postinst-scrollkeeper +++ /dev/null @@ -1,3 +0,0 @@ -if [ "$1" = "configure" ] && which scrollkeeper-update >/dev/null 2>&1; then - scrollkeeper-update -q -fi diff --git a/autoscripts/postrm-scrollkeeper b/autoscripts/postrm-scrollkeeper deleted file mode 100644 index 47b71544..00000000 --- a/autoscripts/postrm-scrollkeeper +++ /dev/null @@ -1,3 +0,0 @@ -if [ "$1" = "remove" ] && which scrollkeeper-update >/dev/null 2>&1; then - scrollkeeper-update -q -fi |