2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 23:30:05 -07:00
repo/xorg/libinput/post-install

11 lines
130 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
EOF