summarylogtreecommitdiffstats
path: root/domoticz-git.install
blob: 2ace8a24b02709fd8580f53c807fee5f1650ae7a (plain)
1
2
3
4
5
6
7
post_install() {
	gpasswd -a http uucp
}

post_remove() {
	echo "run 'gpasswd -d http uucp' if group entry isn't needed anymore"
}