blob: 99b9ab0d5a9a3a5f2cb02ccfd7dd7a627da5f9f7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
cat << EOF
[gnome-shell-extension-x11gestures] Remember to start and enable touchegg:
$ sudo systemctl enable touchegg
$ sudo systemctl start touchegg
EOF
}
|