summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-11 12:53:51 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-11 12:53:51 -0400
commit15a4917aa7ccfc33b99fd44ba8eb07ab431f81f7 (patch)
tree5b07c5659bc424f2438f33306ef27c5a337b8531
parent8ed1bc122b8eeaf80ad8c2414693c748f0c47763 (diff)
dh_gconf: Add missed half of postrm fragment removal. Closes: #531035
-rw-r--r--debian/changelog6
-rwxr-xr-xdh_gconf1
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7a42ee17..994ac442 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/dh_gconf b/dh_gconf
index 8903566d..df8573a3 100755
--- 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;
}
}