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 }