2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

xorg-server: added post-install

This commit is contained in:
Dylan Araps 2019-10-24 17:44:54 +03:00
parent d0e8c299de
commit c4db2b470f
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

10
xorg/xorg-server/post-install Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
cat <<EOF
NOTE: You must be a part of the video group
for xorg-server to work.
-> addgroup USER video
EOF