blob: dfbed5b9d8aa3771dfdb55c27fef9cb7fb7f868f (
plain)
1
2
3
4
5
6
7
|
post_install() {
printf "$(tput setaf 4)In order to use wminput ensure you load the uinput kernel module and have assigned correct access to /dev/uinput$(tput sgr0)\n"
}
post_upgrade() {
post_install
}
|