updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / psmouse-elantech / rc.d
blob76d4aceb4bcc6b13ff1e7491a141d32aa365d6fc
1 #!/bin/bash
3 . /etc/rc.conf
4 . /etc/rc.d/functions
6 case "$1" in
7 start)
8 if [ ! -f "/lib/modules/`uname -r`/updates/drivers/input/mouse/psmouse.ko.gz" ]; then
9 /usr/sbin/psmouse-elantech-build
12 stop)
15 echo "usage: $0 {start|stop|restart|force-restart}"
16 esac