mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
5 lines
212 B
Text
5 lines
212 B
Text
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
|
|
}
|