summaryrefslogtreecommitdiff
path: root/dh_gconf
diff options
context:
space:
mode:
authorjoey <joey>2004-07-12 15:59:03 +0000
committerjoey <joey>2004-07-12 15:59:03 +0000
commit06b40b29a6aa2aaf47c96de4abd5504be1ff40a9 (patch)
tree58ad4357c1e3716a8585b2d73fe56a364a3f8054 /dh_gconf
parent6b56512d576510538196f3f048b1632d95a34c7f (diff)
r1703: * dh_cgonf: deal with problems if /etc/gconf/schemas doesn't exist any more
(#258901)
Diffstat (limited to 'dh_gconf')
-rwxr-xr-xdh_gconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_gconf b/dh_gconf
index 769dfa75..33d83947 100755
--- a/dh_gconf
+++ b/dh_gconf
@@ -40,7 +40,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
if (-d $old_schemas_dir) {
doit("mkdir -p $new_schemas_dir") unless -d $new_schemas_dir;
doit("mv $old_schemas_dir/*.schemas $new_schemas_dir/");
- doit("rmdir --ignore-fail-on-non-empty $old_schemas_dir");
+ doit("rmdir -p --ignore-fail-on-non-empty $old_schemas_dir");
}
if (-d "$new_schemas_dir") {