summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-scrollkeeper3
-rw-r--r--autoscripts/postrm-gconf10
-rw-r--r--autoscripts/postrm-scrollkeeper3
3 files changed, 0 insertions, 16 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-gconf b/autoscripts/postrm-gconf
deleted file mode 100644
index c05eb43d..00000000
--- a/autoscripts/postrm-gconf
+++ /dev/null
@@ -1,10 +0,0 @@
-if [ "$1" = purge ]; then
- OLD_DIR=/etc/gconf/schemas
- SCHEMA_FILES="#SCHEMAS#"
- if [ -d $OLD_DIR ]; then
- for SCHEMA in $SCHEMA_FILES; do
- rm -f $OLD_DIR/$SCHEMA
- done
- rmdir -p --ignore-fail-on-non-empty $OLD_DIR
- fi
-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