summarylogtreecommitdiffstats
path: root/mattercontrol.install
blob: 1ba1fd0029040cda3bcdefd56414648b360837df (plain)
1
2
3
4
5
6
post_install() {
	echo
	echo "Remember to add your user to the uucp group so you can access the serial ports"
	echo "'gpasswd -a \$USER uucp'"
	echo
}