]> git.donarmstrong.com Git - bin.git/blob - fix_touchpad
726c0a520d7996e9c0a9e6879a527ddf32676531
[bin.git] / fix_touchpad
1 #!/bin/sh
2
3 if [ $(id -u) != 0 ]; then
4     echo "$0 must be run as root";
5     exit 1;
6 fi;
7
8 modprobe -r appletouch;
9 modprobe appletouch;
10 chvt 6;
11 chvt 7;