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.yearly
20 debian/package.cron.hourly
21 debian/package.cron.d
22 Installed into the appropriate etc/cron.*/ directory in the package
23 build directory.
24
26 --name=name
27 Look for files named debian/package.name.cron.* and install them as
28 etc/cron.*/name, instead of using the usual files and installing
29 them as the package name.
30
32 debhelper(7)
33
34 This program is a part of debhelper.
35
37 Joey Hess <joeyh@debian.org>
38
39
40
4113.7.1 2022-04-22 DH_INSTALLCRON(1)