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 Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git]
/
dazuko
/
dazuko.install
blob
6b013095dafdf98228e5c6b4d0512d8f888544f1
1
2
post_install() {
3
cat << EOF
4
==>
5
==> Updating module dependencies...
6
==>
7
EOF
8
depmod -a
9
}
10
11
post_upgrade() {
12
post_install
13
}
14
15
post_remove() {
16
post_install
17
}
18
19
op=$1
20
shift
21
[ "$(type -t "$op")" = "function" ] && $op "$@"
22
23
# vim:set ts=2 sw=2 et: