diff options
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 b218049..0000000 --- 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 47b7154..0000000 --- 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 |