post_upgrade() {
  if [ "$(vercmp "$2" "4.3.5")" -le 0 ]; then
    echo "nsd now runs as a dedicated nsd user and group. If you use certs and keys, make sure they are readable by the nsd user or group."
  fi  
}
