repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
ksshaskpass
/
repos
/
extra-x86_64
/
ksshaskpass.install
blob
8f976438e829607888e7a5ab3b5c142e470ff946
1
post_upgrade() {
2
if [[ $(vercmp 5.5.2-2 "$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
}