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 Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
igb
/
igb.install
blob
ba2a6cfce681cb3e61d6c3389703297fc644caf1
1
post_install() {
2
/sbin/depmod -aq
3
}
4
5
post_upgrade() {
6
/sbin/depmod -aq
7
}
8
9
# vim:set ts=2 sw=2 et: