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 Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git]
/
bincimap
/
bincimap.install
blob
ca80118e9a3cecc98c15ce60778794341b822aaf
1
post_install() {
2
cat << EOF
3
4
NOTE
5
----
6
bincimap must be invoked through either xinetd or daemontools.
7
Check the documentation on its webpage for more details.
8
9
EOF
10
}
11
12
post_upgrade() {
13
/bin/true
14
}
15
16
pre_remove() {
17
/bin/true
18
}
19
20
op=$1
21
shift
22
23
$op $*