repo.or.cz
/
archserver.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ UP ] cgi
[archserver.git]
/
mail
/
postfix
/
pkg
/
archss.postfix.install
blob
33b193c2e3c81e5149b85158d7468ddc9ce47471
1
post_install() {
2
/bin/true
3
}
4
5
post_upgrade() {
6
/bin/true
7
}
8
9
pre_remove() {
10
/bin/true
11
}
12
13
op=$1
14
shift
15
$op "$@"