summaryrefslogtreecommitdiff
path: root/dh_installmodules
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2016-02-23 22:07:01 +0000
committerNiels Thykier <niels@thykier.net>2016-02-23 22:07:01 +0000
commitbf67ce7c0883e06d2ba8921331bda3d4814eae92 (patch)
tree82c5039001229d155280934b9dd3d53773181d0b /dh_installmodules
parent9ca73a0a80fcfc93c1f47e41c61318b038f4e2da (diff)
downloaddebhelper-bf67ce7c0883e06d2ba8921331bda3d4814eae92.tar.gz
dh_installmodules: Remove unncessary install_dir call
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_installmodules')
-rwxr-xr-xdh_installmodules4
1 files changed, 0 insertions, 4 deletions
diff --git a/dh_installmodules b/dh_installmodules
index 7197d0a3..031bc737 100755
--- a/dh_installmodules
+++ b/dh_installmodules
@@ -90,10 +90,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
my $modprobe_file=pkgfile($package,"modprobe");
- if (! -e $tmp) {
- install_dir($tmp);
- }
-
if ($modprobe_file) {
if (! -e "$tmp/etc/modprobe.d") {
install_dir("$tmp/etc/modprobe.d");