summaryrefslogtreecommitdiff
path: root/community-testing/dcron/dcron.install
blob: df23d02244c04b6ff046215a25fdb4045e73c432 (plain)
1
2
3
4
5
6
post_upgrade() {
	if [ $(vercmp $2 4.0) -lt 0 ]
	then
		echo "Restart crond, since you're upgrading to the dcron 4.x series."
	fi
}