[arch-commits] Commit in ksshaskpass/trunk (ksshaskpass.install)

Antonio Rojas arojas at archlinux.org
Thu Jan 7 03:18:10 UTC 2016


    Date: Thursday, January 7, 2016 @ 04:18:10
  Author: arojas
Revision: 257588

Add install file to svn (FS#47652)

Added:
  ksshaskpass/trunk/ksshaskpass.install

---------------------+
 ksshaskpass.install |    5 +++++
 1 file changed, 5 insertions(+)

Added: ksshaskpass.install
===================================================================
--- ksshaskpass.install	                        (rev 0)
+++ ksshaskpass.install	2016-01-07 03:18:10 UTC (rev 257588)
@@ -0,0 +1,5 @@
+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
+}



More information about the arch-commits mailing list