From f1c3c030e16ea0bcebde7936b673b4c854f096a6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 2 May 2020 00:19:04 +0300 Subject: libinput: move post-install to message --- xorg/libinput/message | 11 +++++++++++ xorg/libinput/post-install | 17 ----------------- 2 files changed, 11 insertions(+), 17 deletions(-) create mode 100644 xorg/libinput/message delete mode 100755 xorg/libinput/post-install (limited to 'xorg') diff --git a/xorg/libinput/message b/xorg/libinput/message new file mode 100644 index 00000000..c18b6540 --- /dev/null +++ b/xorg/libinput/message @@ -0,0 +1,11 @@ +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. 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 < addgroup USER input - -NOTE: You also need xf86-input-libinput. - -EOF -- cgit v1.2.3