10 lines
164 B
Plaintext
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
|
|
}
|