]> git.donarmstrong.com Git - debhelper.git/blob - dh_installcron.1
r381: * dh_builddeb: Ok, it is cosmetic, but it annoyed me.
[debhelper.git] / dh_installcron.1
1 .TH DH_INSTALLCRON 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installcron \- install cron scripts into etc/cron.*
4 .SH SYNOPSIS
5 .B dh_installcron
6 .I "[debhelper options]"
7 .SH "DESCRIPTION"
8 dh_installcron is a debhelper program that is responsible for installing
9 cron scripts into etc/cron.* in package build directories. The files
10 debian/package.cron.daily, debian/package.cron.weekly,
11 debian/package.cron.monthly, and debian/package.cron.d are installed.
12 .SH OPTIONS
13 .TP
14 .B debhelper options
15 See
16 .BR debhelper (1)
17 for a list of options common to all debhelper commands.
18 .SH ENVIRONMENT
19 See
20 .BR debhelper (1)
21 for a list of environment variables that affect all debhelper commands.
22 .SH "SEE ALSO"
23 .BR debhelper (1)
24 .SH "CONFORMS TO"
25 Debian policy, version 3.0.1
26 .SH AUTHOR
27 Joey Hess <joeyh@debian.org>