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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
rt73-cvs
/
rt73.install
blob
d4a48cc4299793623a48b959cf9a113ae1c54ef5
1
post_install() {
2
depmod -a
3
cat << EOF
4
>>>
5
>>> Documentation is seperated it's called rt73-cvs-doc.
6
>>> Install it to learn how to use WPA and more.
7
>>>
8
>>> Kernel 2.6.24 provides rt2x00 drivers, so if you want to use rt73 must
9
>>> add 'rt73usb' to your MOD_BLACKLIST=() at /etc/rc.conf
10
>>>
11
EOF
12
}
13
14
post_upgrade() {
15
post_install $1
16
}
17
18
post_remove() {
19
/bin/true
20
}
21
22
op=$1
23
shift
24
$op $*