aboutsummaryrefslogtreecommitdiff
path: root/xorg/xorg-server/post-install
diff options
context:
space:
mode:
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