summaryrefslogtreecommitdiff
path: root/community/tinyproxy/tinyproxy.install
blob: 85f3dfc411c59381dc260dc4c40e8a3c56e9453e (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  if [ ! -d /var/run/tinyproxy ]; then
    install -dm0770 -o nobody -g nobody /var/run/tinyproxy
  fi
}

post_upgrade() {
  post_install "$@"
}