Added a sed to remove DefaultColorDepth from the xorg.conf.in provided by mkxf86config for bug #222691.
svn path=/trunk/; revision=550
This commit is contained in:
parent
4c2823b7c6
commit
584b46caca
2 changed files with 13 additions and 3 deletions
|
@ -60,3 +60,9 @@ then
|
|||
fi
|
||||
EOF
|
||||
|
||||
#[ -x /usr/bin/ktelnet ] && ln -sf /usr/bin/ktelnet /usr/bin/telnet
|
||||
#[ -x /usr/bin/kftp ] && ln -sf /usr/bin/kftp /usr/bin/ftp
|
||||
|
||||
# Remove DefaultColorDepth
|
||||
[ -e /etc/X11/xorg.conf.in ] && sed -i -e '/DefaultColorDepth/d' /etc/X11/xorg.conf.in
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue