summaryrefslogtreecommitdiffstats
path: root/files/10no-xorg-conf.xsetup
blob: bb5b28908ee2ff958b829b8172727cd8bec2da1c (plain)
1
2
3
4
5
6
#!/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