summarylogtreecommitdiffstats
path: root/mouse-debounce.install
blob: 5be7658f1f5194af1b834984ae9f2f7ae496ba75 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "To start mouse-debounce and enable it on boot:"
  echo "  sudo systemctl enable --now mouse-debounce"
}

post_upgrade() {
  echo "Restarting mouse-debounce..."
  systemctl restart mouse-debounce || true
}