summarylogtreecommitdiffstats
path: root/readme.install
blob: 602d6f5e8db20db04172888d55e925610a46ef3f (plain)
1
2
3
4
5
6
7
8
9
# $1: The new package version
# $2: The old package version

post_upgrade() {
	if [ $(vercmp $2 2.33) -lt 0 ]; then
		echo '--> The system service and timer have been deprecated in favor of user flavors.'
		echo '--> See the manpage of modprobed for details.'
	fi
}