#!/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