live-systems.org/gitweb
/
live-config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b1ef49
)
Removing superfluous comments about wheezy in xserver-xorg script.
author
Daniel Baumann
<daniel@debian.org>
Wed, 5 Dec 2012 16:54:31 +0000
(17:54 +0100)
committer
Daniel Baumann
<daniel@debian.org>
Wed, 5 Dec 2012 16:54:31 +0000
(17:54 +0100)
scripts/config/1150-xserver-xorg
patch
|
blob
|
blame
|
history
diff --git
a/scripts/config/1150-xserver-xorg
b/scripts/config/1150-xserver-xorg
index
fa82aa0
..
5a214df
100755
(executable)
--- a/
scripts/config/1150-xserver-xorg
+++ b/
scripts/config/1150-xserver-xorg
@@
-174,7
+174,6
@@
EOF
case "${LIVE_XORG_DRIVER}" in
fglrx)
- # wheezy
if [ -e /etc/alternatives/glx ]
then
update-alternatives --quiet --set glx /usr/lib/fglrx
@@
-184,7
+183,6
@@
EOF
;;
nvidia)
- # wheezy
if [ -e /etc/alternatives/glx ]
then
update-alternatives --quiet --set glx /usr/lib/nvidia
@@
-199,7
+197,6
@@
EOF
;;
*)
- # wheezy
if [ -e /etc/alternatives/glx ]
then
update-alternatives --quiet --set glx /usr/lib/mesa-diverted