summaryrefslogtreecommitdiff
path: root/dh_installcron
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installcron')
-rwxr-xr-xdh_installcron2
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_installcron b/dh_installcron
index 694e288c..5e5851c1 100755
--- a/dh_installcron
+++ b/dh_installcron
@@ -53,6 +53,8 @@ as the package name.
init();
+# PROMISE: DH NOOP WITHOUT cron.hourly cron.daily cron.weekly cron.monthly cron.d
+
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
foreach my $type (qw{hourly daily weekly monthly}) {