updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / rt73-k2wrlz / rt73.install
blobf3aebf02c84d82a8cf7f715d1412a21f6d3b1c21
1 post_install() {
2         depmod -ae
3         cat <<EOF
4 >>> Drivers installed, but not loaded. To enable it: 'rmmod rt73usb && modprobe rt73'
5 >>> Or use airdriver-ng, you can install it from AUR: 'aicrack-ng-svn'
6 EOF
10 post_upgrade() {
11         post_install $1
14 post_remove() {
15         /bin/true
18 op=$1
19 shift
20 $op $*