diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-29 10:53:58 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-29 10:53:58 -0400 |
commit | f9a52839c6ee980150ecfd8dbf26cef1e7dc0122 (patch) | |
tree | 7f0b59a2112f640a5671dc56462f11928d21a407 /dh_gconf | |
parent | 1cdb8b8fd1faa5688cde5e96c994ff2a8ae6ae4e (diff) | |
download | debhelper-f9a52839c6ee980150ecfd8dbf26cef1e7dc0122.tar.gz |
dh_gconf: Remove postrm fragment that handled schema migration from /etc to /usr. Closes: #531035
Diffstat (limited to 'dh_gconf')
-rwxr-xr-x | dh_gconf | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |