post_install() {
  echo "==> In order to use wminput ensure you load the uinput kernel"
  echo "==> module and have assigned correct access to /dev/uinput"
}

post_upgrade() {
  post_install
}

# vim:set ts=2 sw=2 et:
