repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git]
/
rt73-k2wrlz
/
rt73.install
blob
f3aebf02c84d82a8cf7f715d1412a21f6d3b1c21
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
7
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13
14
post_remove() {
15
/bin/true
16
}
17
18
op=$1
19
shift
20
$op $*