]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh_gconf: Add missed half of postrm fragment removal. Closes: #531035 7.2.16
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 11 Jun 2009 16:53:51 +0000 (12:53 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 11 Jun 2009 16:53:51 +0000 (12:53 -0400)
debian/changelog
dh_gconf

index 7a42ee171b099d7e66626e732b43301043c94801..994ac4426517096bf553e1558d221ba0136e1159 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (7.2.16) unstable; urgency=low
+
+  * dh_gconf: Add missed half of postrm fragment removal. Closes: #531035
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 11 Jun 2009 12:50:33 -0400
+
 debhelper (7.2.15) unstable; urgency=low
 
   * dh_strip, dh_shlibdeps: Add support for OCaml shared libraries.
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;
                }
        }