blob: 05e698be70c7a5875b41e149b8f3cc1929c79b0a (
plain)
1
2
3
4
5
6
7
8
9
10
|
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:
|