summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorJosselin Mouette <joss@debian.org>2010-04-10 12:36:31 +0200
committerJoey Hess <joey@gnu.kitenet.net>2010-04-10 13:19:11 -0400
commite54c44ed5f97d2b9e709b4c76bfa5767a8ac6bc1 (patch)
treef26c2bf36aa6a940e14951d28cf1d13874b61082 /autoscripts
parentaa1d0983eebb3113ef0f0b91f3e0295a6d657928 (diff)
Remove autoscripts for GConf
Starting from 2.28.1-2, the gconf2 package uses triggers which make the maintainer scripts obsolete.
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-gconf3
-rw-r--r--autoscripts/postinst-gconf-defaults3
-rw-r--r--autoscripts/postrm-gconf-defaults3
-rw-r--r--autoscripts/prerm-gconf3
4 files changed, 0 insertions, 12 deletions
diff --git a/autoscripts/postinst-gconf b/autoscripts/postinst-gconf
deleted file mode 100644
index eec1d51c..00000000
--- a/autoscripts/postinst-gconf
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "configure" ]; then
- gconf-schemas --register #SCHEMAS#
-fi
diff --git a/autoscripts/postinst-gconf-defaults b/autoscripts/postinst-gconf-defaults
deleted file mode 100644
index eff244a5..00000000
--- a/autoscripts/postinst-gconf-defaults
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "configure" ] && which update-gconf-defaults >/dev/null 2>&1; then
- update-gconf-defaults #OPT#
-fi
diff --git a/autoscripts/postrm-gconf-defaults b/autoscripts/postrm-gconf-defaults
deleted file mode 100644
index b15de676..00000000
--- a/autoscripts/postrm-gconf-defaults
+++ /dev/null
@@ -1,3 +0,0 @@
-if which update-gconf-defaults >/dev/null 2>&1; then
- update-gconf-defaults #OPT#
-fi
diff --git a/autoscripts/prerm-gconf b/autoscripts/prerm-gconf
deleted file mode 100644
index 6a18816c..00000000
--- a/autoscripts/prerm-gconf
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = remove ] || [ "$1" = upgrade ]; then
- gconf-schemas --unregister #SCHEMAS#
-fi