post_install() {
  chown -R http:http var/{log,cache}/roundcubemail
}

post_upgrade() {
  post_install
}
