post_upgrade() {
  if (( $(vercmp $2 1.11.8-2) < 0)); then
    chown root:root var/log/nginx
  fi
}
