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

post_upgrade() {
	post_install $1
}
