From dc00eee820b459f1145f6e817253feb9bd77c09b Mon Sep 17 00:00:00 2001 From: pascal Date: Fri, 6 Aug 2010 06:43:59 +0000 Subject: =?UTF-8?q?Keine=20=C3=9Cberpr=C3=BCfung=20der=20keysymdef.h=20dur?= =?UTF-8?q?ch=20asdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2333 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/bin/asdf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linux/bin/asdf b/linux/bin/asdf index 6b7deec..9e9e79e 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 -- cgit v1.2.3