updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / rt73-cvs / rt73.install
blobd4a48cc4299793623a48b959cf9a113ae1c54ef5
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
14 post_upgrade() {
15 post_install $1
18 post_remove() {
19 /bin/true
22 op=$1
23 shift
24 $op $*