diff options
Diffstat (limited to 'community/cwiid/cwiid.install')
-rw-r--r-- | community/cwiid/cwiid.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/cwiid/cwiid.install b/community/cwiid/cwiid.install new file mode 100644 index 000000000..05e698be7 --- /dev/null +++ b/community/cwiid/cwiid.install @@ -0,0 +1,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: |