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 23 12:00:23 UTC 2012
[aur-mirror.git]
/
zfs
/
zfs.install
blob
8dea1c57c0aca6d46315ac56672bfc941254ecbb
1
post_install() {
2
depmod -a > /dev/null 2>&1
3
}
4
post_remove() {
5
depmod -a > /dev/null 2>&1
6
}
7
post_upgrade() {
8
depmod -a > /dev/null 2>&1
9
}