Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > c05a325662df0708dc47698f4404ad89 > files > 14

xinitrc-2.4.4-73mdk.noarch.rpm

#!/bin/sh
# -*- Mode: shell-script -*-
# Copyright (C) 2000 by Chmouel Boudjnah <chmouel@mandrakesoft.com>,
# MandrakeSoft.  Redistribution of this file is permitted under the
# terms of the GNU Public License (GPL)
## description: Remove the MOD_META_L identifier mainly for xemacs

if [ -f /etc/sysconfig/keyboard ];then
    if grep -qi "REMOVE_MOD_META_L=yes" /etc/sysconfig/keyboard;then
	exit 0
    fi
	xmodmap -e 'remove mod4 = Meta_L'
fi