post_upgrade() {
  if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
    echo "The SSH_ASKPASS environment variable is not exported by default anymore. Set it in /etc/profile to revert to the previous behavior"
  fi
}
