]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_gconf
dh_gconf: Remove postrm fragment that handled schema migration from /etc to /usr...
[debhelper.git] / dh_gconf
index 8c30de7326f4f4cb42fee40ea44396629ce85ef8..8903566ded2423bbb772527de90782015311a7f5 100755 (executable)
--- 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;
        }