summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-08-06 06:43:59 +0000
committerpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-08-06 06:43:59 +0000
commitdc00eee820b459f1145f6e817253feb9bd77c09b (patch)
tree758db301edd773fbd69676fd740a3f92db0c78b4 /linux
parentb6c5c93cc874eb4e4feb84e65dd0033ac0384798 (diff)
downloadneo-layout-dc00eee820b459f1145f6e817253feb9bd77c09b.tar.gz
neo-layout-dc00eee820b459f1145f6e817253feb9bd77c09b.tar.bz2
neo-layout-dc00eee820b459f1145f6e817253feb9bd77c09b.zip
Keine Überprüfung der keysymdef.h durch asdf
git-svn-id: https://svn.neo-layout.org@2333 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rwxr-xr-xlinux/bin/asdf4
1 files changed, 3 insertions, 1 deletions
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