diff options
Diffstat (limited to 'xorg/xorg-server/post-install')
-rwxr-xr-x | xorg/xorg-server/post-install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/xorg/xorg-server/post-install b/xorg/xorg-server/post-install new file mode 100755 index 00000000..4185f793 --- /dev/null +++ b/xorg/xorg-server/post-install @@ -0,0 +1,15 @@ +#!/bin/sh + +cat <<EOF + +NOTE: You must be a part of the [1mvideo[m group + for rootless xorg-server 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 video + +EOF |