repo/xorg/libinput/post-install

13 lines
179 B
Plaintext
Raw Normal View History

2019-09-06 06:33:11 -06:00
#!/bin/sh
cat <<EOF
NOTE: You must be a part of the input group
for libinput to work.
-> addgroup USER input
2019-09-13 07:29:04 -06:00
NOTE: You also need xf86-input-libinput.
2019-09-06 06:33:11 -06:00
EOF