summaryrefslogtreecommitdiff
path: root/dh_installdeb
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdeb')
-rwxr-xr-xdh_installdeb4
1 files changed, 1 insertions, 3 deletions
diff --git a/dh_installdeb b/dh_installdeb
index c881707b..7ba846c2 100755
--- a/dh_installdeb
+++ b/dh_installdeb
@@ -95,9 +95,7 @@ my %maintscript_predeps = (
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
- if (! -d "$tmp/DEBIAN") {
- install_dir("$tmp/DEBIAN");
- }
+ install_dir("$tmp/DEBIAN");
if (is_udeb($package)) {
# For udebs, only do the postinst, and no #DEBHELPER#.