post_install() {
	if ! pgrep -x crond &> /dev/null 2>&1; then
		echo "TimeShift scheduled backups require the cronie service to be running."
  	fi
}

post_upgrade() {
	post_install
}
