post_upgrade() {
  if (($(vercmp $2 17.0.1) < 0)); then
    usermod -d /var/lib/keycloak keycloak
  fi
}

# vim: ts=2 sw=2 et: