updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / c-icap / c-icap.install
blob920cbcab84775634f66ef3573ab9bf51aae46ad8
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   "
10 post_upgrade() {
11   post_install $1