]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_gconf
dh_gconf: Add missed half of postrm fragment removal. Closes: #531035
[debhelper.git] / dh_gconf
index 8903566ded2423bbb772527de90782015311a7f5..df8573a31696ffd6e2fbeb2408886f9f20a890ed 100755 (executable)
--- a/dh_gconf
+++ b/dh_gconf
@@ -96,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;
                }
        }