From 78eb0df5309da842a38232c26ec559f13ed07d21 Mon Sep 17 00:00:00 2001 From: pascal Date: Fri, 6 Aug 2010 06:43:59 +0000 Subject: [PATCH] =?UTF-8?q?Keine=20=C3=9Cberpr=C3=BCfung=20der=20keysymdef?= =?UTF-8?q?.h=20durch=20asdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/bin/asdf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linux/bin/asdf b/linux/bin/asdf index 6b7deec0..9e9e79eb 100755 --- a/linux/bin/asdf +++ b/linux/bin/asdf @@ -160,7 +160,9 @@ else set_xkbmap "${NEO_XKBMAP}" "${NEO_XKBVARIANT}" ;; xmodmap) - if [ ! -f ${KEYSYMDEF} ] || [ `grep -c 'dead_dasia' ${KEYSYMDEF}` -eq 0 ]; then + if [ ! true ]; then +# hier wurde früher überprüft, ob die keysymdef.h vorhanden und aktuell ist. Diese Datei ist jedoch in aktuellen Standardinstallationen nicht mehr vorhanden. +# ehemals: 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