[PC-BSD Commits] r3467 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin
svn at pcbsd.org
svn at pcbsd.org
Sun Feb 15 12:08:34 PST 2009
Author: kris
Date: 2009-02-15 12:08:34 -0800 (Sun, 15 Feb 2009)
New Revision: 3467
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh
Log:
Don't need to remove plasma-appletsrc anymore for dual-head
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh 2009-02-15 20:07:28 UTC (rev 3466)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh 2009-02-15 20:08:34 UTC (rev 3467)
@@ -306,12 +306,3 @@
sh "/PCBSD/xorg-gui/templates/scripts/${DRIVER}.sh" "${SELDRIVER}"
fi
-# Check if on dual-head and remove the plasma-appletsrc file
-if [ ! -z "${DUALHEAD}" ]
-then
- cd /home
- for i in `ls`
- do
- rm ${i}/.kde4/share/config/plasma-appletsrc >/dev/null 2>/dev/null
- done
-fi
More information about the Commits
mailing list