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]
/
ax88178
/
ax88178.install
blob
e1fd37bcbaf41d1c2b821863ea3351d026500d4e
1
post_install() {
2
/sbin/depmod -a
3
}
4
5
6
post_upgrade() {
7
/sbin/depmod -a
8
}
9
10
post_remove() {
11
/sbin/depmod -a
12
}