summarylogtreecommitdiffstats
path: root/install.sh
blob: 71d92d107bb3c6094c11854bd8912b2b21588b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
_pkgname=libinput-gestures

post_install() {
	echo -ne "\e[34;1m"
	echo -e "=== INSTALLATION NOTES for $_pkgname ==="
	echo -ne "\e[39;1m"
	echo -e "You must be a member of the input group, i.e.run:"
	echo -e "   sudo gpasswd -a \$USER input"
	echo -e "Start $_pkgname from DE, or run:"
	echo -e "   $_pkgname-setup start"
	echo -e "To enable auto start of $_pkgname run:"
	echo -e "   $_pkgname-setup autostart"
	echo -e "Configuration files are at:"
	echo -e "   /etc/$_pkgname.conf (system wide default)"
	echo -e "   \$HOME/.config/$_pkgname.conf (optional per user)"
	echo -ne "\e[0m"
}