summarylogtreecommitdiffstats
path: root/gnome-x11-gesture-daemon.install
blob: d0c0a2036fd2d0f59f039dba8ac4e6ae8c2df75d (plain)
1
2
3
4
5
6
post_install() {
  echo ""
  echo "User needs be in input group, afterwards reboot system"
  echo "sudo usermod -aG input $USER"
  echo ""
}