summarylogtreecommitdiffstats
path: root/xf86-input-evdev-debounce.install
blob: 98db71462d3ed8326a60c30286095bcfbe909687 (plain)
1
2
3
4
5
6
post_install() {
  echo 'You can modify the default DebounceDelay(50ms) in /etc/X11/xorg.conf.d/11-evdev-mouse-debounce.conf'
}
post_upgrade() {
  post_install
}