summaryrefslogtreecommitdiff
path: root/dh_installdirs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-05-05 14:52:38 -0400
committerJoey Hess <joey@kitenet.net>2013-05-05 14:52:38 -0400
commit7c2b2a5ef9c200c4d8cd77f4a797456aa7103ca9 (patch)
tree5b205a0ff49be1f2430a730477f480eea7bf60ec /dh_installdirs
parent9e4e5d7356b18080075b10ab2f257921cba7122c (diff)
add PROMISE
Diffstat (limited to 'dh_installdirs')
-rwxr-xr-xdh_installdirs2
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_installdirs b/dh_installdirs
index b0572ca9..fe5683d6 100755
--- a/dh_installdirs
+++ b/dh_installdirs
@@ -48,6 +48,8 @@ package acted on. (Or in all packages if B<-A> is specified.)
init();
+# PROMISE: DH NOOP WITHOUT dirs
+
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
my $file=pkgfile($package,"dirs");