updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / 8192cu / install.8192cu
blob6ca937f5978a41f44e19578922575bb512a456b1
1 # arg 1:  the new package version
2  post_install() {
3    depmod -a
4    echo "This driver is called 8192cu. Use 'modprobe 8192cu' to load it. If wicd does"
5    echo "not work out of the box you could try to downgrade wpa_supplicant to 0.6.9"
6  }
7   
8  # arg 1:  the new package version
9  # arg 2:  the old package version
10  post_upgrade() {
11    post_install $1
12  }
13     
14  # arg 1:  the old package version
15  post_remove() {
16    depmod -a
17  }
18       
19  op=$1
20  shift
21  $op $*