mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
libinput: add post-install message.
This commit is contained in:
parent
aa24ba44e3
commit
4fefb6a842
10
xorg/libinput/post-install
Executable file
10
xorg/libinput/post-install
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cat <<EOF
|
||||||
|
|
||||||
|
NOTE: You must be a part of the [1minput[m group
|
||||||
|
for libinput to work.
|
||||||
|
|
||||||
|
-> addgroup USER input
|
||||||
|
|
||||||
|
EOF
|
Loading…
Reference in New Issue
Block a user