summaryrefslogtreecommitdiff
path: root/dh_gconf
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 /dh_gconf
parent8ed1bc122b8eeaf80ad8c2414693c748f0c47763 (diff)
dh_gconf: Add missed half of postrm fragment removal. Closes: #531035
Diffstat (limited to 'dh_gconf')
-rwxr-xr-xdh_gconf1
1 files changed, 0 insertions, 1 deletions
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;
}
}