diff options
author | Josselin Mouette <joss@debian.org> | 2010-04-10 12:36:31 +0200 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-10 13:19:11 -0400 |
commit | e54c44ed5f97d2b9e709b4c76bfa5767a8ac6bc1 (patch) | |
tree | f26c2bf36aa6a940e14951d28cf1d13874b61082 /autoscripts/postinst-gconf | |
parent | aa1d0983eebb3113ef0f0b91f3e0295a6d657928 (diff) | |
download | debhelper-e54c44ed5f97d2b9e709b4c76bfa5767a8ac6bc1.tar.gz |
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/postinst-gconf')
-rw-r--r-- | autoscripts/postinst-gconf | 3 |
1 files changed, 0 insertions, 3 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 |