summarylogtreecommitdiffstats
path: root/light.install
blob: d426328aff99104df3429da546599d084dd5550f (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo '==> Make sure to add your user to the video group.'
}

post_upgrade() {
	if [ "$(vercmp "$2" '1.2-3')" -lt 0 ]; then
		post_install
	fi
}