1DH_INSTALLCRON(1) Debhelper DH_INSTALLCRON(1)
2
3
4
6 dh_installcron - install cron scripts into etc/cron.*
7
9 dh_installcron [debhelperĀ options] [--name=name]
10
12 dh_installcron is a debhelper program that is responsible for
13 installing cron scripts.
14
16 debian/package.cron.daily
17 debian/package.cron.weekly
18 debian/package.cron.monthly
19 debian/package.cron.hourly
20 debian/package.cron.d
21 Installed into the appropriate etc/cron.*/ directory in the package
22 build directory.
23
25 --name=name
26 Look for files named debian/package.name.cron.* and install them as
27 etc/cron.*/name, instead of using the usual files and installing
28 them as the package name.
29
31 debhelper(7)
32
33 This program is a part of debhelper.
34
36 Joey Hess <joeyh@debian.org>
37
38
39
4012.7.3 2020-01-28 DH_INSTALLCRON(1)