summarylogtreecommitdiffstats
path: root/lix.install
blob: 87fc372697d872f469bf04412f5a76241344032f (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo "Add your user to the games group to save configurations."
}

post_remove() {
	if [ -d "/opt/lix" ]; then
		rm -r /opt/lix
	fi
}