X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_gconf;fp=dh_gconf;h=33d83947e82d353de248f6636195ac9bb5fee9f0;hb=06b40b29a6aa2aaf47c96de4abd5504be1ff40a9;hp=769dfa755ac67fd414074612c5a1f3b819b4bb55;hpb=6b56512d576510538196f3f048b1632d95a34c7f;p=debhelper.git diff --git a/dh_gconf b/dh_gconf index 769dfa7..33d8394 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") {