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 04:00:32 UTC 2012
[aur-mirror.git]
/
avld
/
avld.install
blob
9c60ca19ad22aa15fb62bd825fe8bbb00a11c7cf
1
post_install() {
2
depmod $(cat /lib/modules/extramodules-`uname -r | sed 's/\..-.//'`/version)
3
}
4
5
post_upgrade() {
6
post_install
7
}
8
9
post_remove() {
10
post_install
11
}
12
13
# vim:set ts=2 sw=2 et: