auch dann alternative Xmodmap, falls kein keysymdef.h an üblicher Stelle

This commit is contained in:
pascal 2010-04-06 14:44:20 +00:00
parent a7b866974c
commit c57def8af9
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ else
set_xkbmap "${NEO_XKBMAP}" "${NEO_XKBVARIANT}"
;;
xmodmap)
if [ `grep -c 'dead_dasia' ${KEYSYMDEF}` -eq 0 ]; then
if [ ! -f ${KEYSYMDEF} ] || [ `grep -c 'dead_dasia' ${KEYSYMDEF}` -eq 0 ]; then
$ECHO_e "${red}Das System scheint älter zu sein, weiche auf neo_de_alternative aus.${normal}"
NEO_XMODMAP=${NEO_XMODMAP_ALTERNATIVE}
fi