summarylogtreecommitdiffstats
path: root/reload-udev-daemon.install
blob: ba479412e5e5f3dacd6e511a4c50a273404a9384 (plain)
1
2
3
4
5
6
7
post_install() {
	echo "To apply the changes you either need to:"
	echo "	1. restart your computer"
	echo "OR"
	echo "	2. run the following command and then replug in your controller:"
	echo "	   sudo udevadm control --reload-rules"
}