summarylogtreecommitdiffstats
path: root/gnome-x11-gesture-daemon.install
blob: 68ac309945785b3cc7e4fb1610b4842ba94672ee (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo ""
  echo "User needs be in 'input' group"
  echo "Run: 'sudo usermod -aG input \$USER'"
  echo "Afterwards reboot the system"
  echo ""
}