X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_gconf;h=df8573a31696ffd6e2fbeb2408886f9f20a890ed;hb=1954e6cfb8b058a95e774a198431721204d8eaa6;hp=8c30de7326f4f4cb42fee40ea44396629ce85ef8;hpb=bf969c1ca026433477c3578123b28e9829ba4e25;p=debhelper.git diff --git a/dh_gconf b/dh_gconf index 8c30de7..df8573a 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; } @@ -97,7 +96,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if ($schemas ne '') { autoscript($package,"postinst","postinst-gconf","s%#SCHEMAS#%$schemas%"); autoscript($package,"prerm","prerm-gconf","s%#SCHEMAS#%$schemas%"); - autoscript($package,"postrm","postrm-gconf","s%#SCHEMAS#%$schemas%"); addsubstvar($package, "misc:Depends", "gconf2 (>= 2.10.1-2)") unless $gconf_dep; } }