openssh-askpass.install 212 B

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