aboutsummaryrefslogtreecommitdiff
path: root/xorg/xorg-server/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-02 00:32:01 +0300
committerCem Keylan <cem@ckyln.com>2020-05-02 00:32:01 +0300
commit8258e2039c84f8cb9e573ff1edfcc0ee4cc2f0e2 (patch)
tree1dc03b4bc6a2a1c0ca54bee3778f7c8cc43a09fd /xorg/xorg-server/post-install
parent8e7a41c7746b16920c11ee8f533606e09dcfba48 (diff)
downloadrepository-8258e2039c84f8cb9e573ff1edfcc0ee4cc2f0e2.tar.gz
xorg-server: move post-install to message
Diffstat (limited to 'xorg/xorg-server/post-install')
-rwxr-xr-xxorg/xorg-server/post-install15
1 files changed, 0 insertions, 15 deletions
diff --git a/xorg/xorg-server/post-install b/xorg/xorg-server/post-install
deleted file mode 100755
index 4185f793..00000000
--- a/xorg/xorg-server/post-install
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-cat <<EOF
-
-NOTE: You must be a part of the video 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