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