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 Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git]
/
c-icap
/
c-icap.install
blob
920cbcab84775634f66ef3573ab9bf51aae46ad8
1
post_install() {
2
mkdir -p var/run/c-icap/
3
mkdir -p var/log/c-icap/
4
chown proxy.proxy var/{run,log}/c-icap
5
echo "
6
Configure /etc/c-icap/c-icap.conf and then enable the server in /etc/conf.d/c-icap
7
"
8
}
9
10
post_upgrade() {
11
post_install $1
12
}