updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / asusoled / asusoled.install
blob18e4d654be5f23bb3c37577d04dba37863c2e39a
1 # arg 1:  the new package version
2 # arg 2:  the old package version
4 post_install () {
5   echo "-----"
6   echo "In order to use this tool you must:"
7   echo "- disable usb hid (rmmod usbhid)"
8   echo "  OR"
9   echo "- patch and recompile kernel with:"
10   echo "  http://kharg.LKSnet.org/asus-lcm.diff"
11   echo "-----"
14 post_upgrade() {
15   echo "-----"
16   echo "In order to use this tool you must:"
17   echo "- disable usb hid (rmmod usbhid)"
18   echo "  OR"
19   echo "- patch and recompile kernel with:"
20   echo "  http://kharg.LKSnet.org/asus-lcm.diff"
21   echo "-----"
24 op=$1
25 shift
27 $op $*