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 Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
dwa-525
/
install.rt3060
blob
c4d6c95cba63533478641280c1a17ca4a8227e46
1
post_install() {
2
depmod -a
3
echo To prevent a conflict of drivers, other Ralink drivers will be included in blacklist ...
4
}
5
6
post_upgrade() {
7
post_install $1
8
}
9
10
post_remove() {
11
depmod -a
12
}
13
14
op=$1
15
shift
16
$op $*