summaryrefslogtreecommitdiff
path: root/dh_gconf
diff options
context:
space:
mode:
Diffstat (limited to 'dh_gconf')
-rwxr-xr-xdh_gconf1
1 files changed, 0 insertions, 1 deletions
diff --git a/dh_gconf b/dh_gconf
index 8c30de73..8903566d 100755
--- a/dh_gconf
+++ b/dh_gconf
@@ -67,7 +67,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
doit("mkdir","-p","$tmp/usr/share/gconf/mandatory");
doit("install","-p","-m644",$mandatory,"$tmp/usr/share/gconf/mandatory/${priority}_$package");
autoscript($package,"postinst","postinst-gconf-defaults","s%#OPT#%--mandatory%");
- autoscript($package,"postrm","postrm-gconf-defaults","s%#OPT#%--mandatory%");
addsubstvar($package, "misc:Depends", "gconf2 (>= 2.24.0-5)");
$gconf_dep = 1;
}