summaryrefslogtreecommitdiff
path: root/dh_installdebconf
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdebconf')
-rwxr-xr-xdh_installdebconf4
1 files changed, 1 insertions, 3 deletions
diff --git a/dh_installdebconf b/dh_installdebconf
index bf601eba..1c3d9025 100755
--- a/dh_installdebconf
+++ b/dh_installdebconf
@@ -89,9 +89,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
my $config=pkgfile($package,"config");
my $templates=pkgfile($package,"templates");
- if (! -d "$tmp/DEBIAN") {
- install_dir("$tmp/DEBIAN");
- }
+ install_dir("$tmp/DEBIAN");
if (! is_udeb($package)) {
debhelper_script_subst($package, "config");