summaryrefslogtreecommitdiff
path: root/pcr/cwiid/cwiid.install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-26 10:56:48 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-26 10:56:48 +0100
commit0a1be73da8d65889fc92a770eff09efc2d2f7ae8 (patch)
treec4a91f205702f0402af93dc88a18f450ed61c92b /pcr/cwiid/cwiid.install
parent33b328ed7941079cce54ff04915cd429698461b8 (diff)
pcr/cwiid: added
Diffstat (limited to 'pcr/cwiid/cwiid.install')
-rw-r--r--pcr/cwiid/cwiid.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/cwiid/cwiid.install b/pcr/cwiid/cwiid.install
new file mode 100644
index 000000000..05e698be7
--- /dev/null
+++ b/pcr/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: