blob: c6a3ea4d4a0b0fa8ba78c3878787a41e7860011b (
plain)
1
2
3
4
5
|
post_upgrade() {
if [[ $(vercmp 2.0.3-3 "$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
}
|