aboutsummaryrefslogtreecommitdiffstats
path: root/numlock.xinit
blob: 0cf1ed42f030551231ef306c75073b95128751af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#---------------------------------------------------------------
# Project         : Mandrake
# Module          : numlock
# File            : numlock.xinit
# Version         : $Id$
# Author          : Frederic Lepied
# Created On      : Wed Apr 12 08:39:24 2000
#---------------------------------------------------------------

if [ -f /var/lock/subsys/numlock -a  -x /usr/bin/enable_X11_numlock ]; then
    /usr/bin/enable_X11_numlock
fi

# numlock ends here