Remove xorg keyboard hack

This commit is contained in:
Igor Pires Soares 2008-10-05 18:33:49 -03:00
parent b1aa0f441e
commit 22ca25f36e
1 changed files with 0 additions and 14 deletions

View File

@ -67,19 +67,5 @@ broffice.org-draw
-festival-*
-festvox-slt-arctic-hts
%end
%post
# system-config-keyboard doesn't really work (missing xorg.conf etc)
cat >>/etc/X11/xorg.conf << EOF
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "br-abnt2"
EndSection
EOF
%end