Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 08c6cc69fb4cc7c82aab950e2d0a9829 > files > 19

xinitrc-2.4.19-17mdv2009.0.src.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
	xmodmap -e 'remove mod4 = Meta_L'
    fi
fi