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 Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git]
/
usb-rndis-lite
/
usb-rndis-lite.install
blob
0176fa4d553a7ad484038416985ce5894bdb200a
1
post_install() {
2
depmod -ae
3
}
4
5
post_remove() {
6
depmod -ae
7
}
8
9
post_upgrade() {
10
depmod -ae
11
}
12
# vim:set ts=2 sw=2 et: