aboutsummaryrefslogtreecommitdiff
path: root/xorg/libinput/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-02 00:19:04 +0300
committerCem Keylan <cem@ckyln.com>2020-05-02 00:19:04 +0300
commitf1c3c030e16ea0bcebde7936b673b4c854f096a6 (patch)
tree1a11cc6d335fc30d2e3f06fc8b2a7965eb9de810 /xorg/libinput/post-install
parentfce99ea6b992db4b40ef58689117d9bf5584900a (diff)
downloadrepository-f1c3c030e16ea0bcebde7936b673b4c854f096a6.tar.gz
libinput: move post-install to message
Diffstat (limited to 'xorg/libinput/post-install')
-rwxr-xr-xxorg/libinput/post-install17
1 files changed, 0 insertions, 17 deletions
diff --git a/xorg/libinput/post-install b/xorg/libinput/post-install
deleted file mode 100755
index 7f3e7efc..00000000
--- a/xorg/libinput/post-install
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/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