summaryrefslogtreecommitdiffstats
path: root/files/10no-xorg-conf.xsetup
diff options
context:
space:
mode:
Diffstat (limited to 'files/10no-xorg-conf.xsetup')
-rwxr-xr-xfiles/10no-xorg-conf.xsetup6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/10no-xorg-conf.xsetup b/files/10no-xorg-conf.xsetup
deleted file mode 100755
index bb5b289..0000000
--- a/files/10no-xorg-conf.xsetup
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# delete xorg.conf if the user asks us to.
-if /bin/grep -q noxorgconf /proc/cmdline; then
- rm /etc/X11/xorg.conf
-fi