Files
extra/scron/scron.install
2025-06-22 20:39:04 -05:00

10 lines
164 B
Plaintext

post_install() {
cat <<- EOF
Configuration for jobs is done by creating and editing the crontab file (/etc/crontab).
EOF
}
post_upgrade() {
post_install $1
}