aboutsummaryrefslogtreecommitdiff
path: root/xorg/libinput/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
committerCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
commit03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch)
tree81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/libinput/post-install
downloadrepository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz
secondary commit
Diffstat (limited to 'xorg/libinput/post-install')
-rwxr-xr-xxorg/libinput/post-install17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg/libinput/post-install b/xorg/libinput/post-install
new file mode 100755
index 00000000..7f3e7efc
--- /dev/null
+++ b/xorg/libinput/post-install
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+cat <<EOF
+
+NOTE: You must be a part of the input group
+ for libinput to work.
+
+NOTE: This groups based permissions model may not
+ be suitable if KISS will be used as a multi
+ user system. Further configuration can be
+ done at your own discretion.
+
+-> addgroup USER input
+
+NOTE: You also need xf86-input-libinput.
+
+EOF