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 19 12:17:07 UTC 2012
[aur-mirror.git]
/
rt5390
/
install.rt5390
blob
29dd7cb68cccbd7885660453e6a8b3cfd323e3f9
1
post_install() {
2
depmod -a
3
modprobe rt5390sta
4
echo 'You might need to blacklist module rt2x00pci.'
5
}
6
7
pre_remove() {
8
rmmod rt5390sta
9
}
10
post_remove() {
11
depmod -a
12
}