aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-06 04:30:10 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:41 +0200
commit415d616004de7a6d999a38d93bbbc5a34b460751 (patch)
tree3d0709fda1f74495427ad16b5f3951b05cdf50d2 /install
downloadpkgbuilds-415d616004de7a6d999a38d93bbbc5a34b460751.tar.xz
openssh → openssh-princ-fp
Diffstat (limited to 'install')
-rw-r--r--install10
1 files changed, 10 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 0000000..6f0cd37
--- /dev/null
+++ b/install
@@ -0,0 +1,10 @@
+post_upgrade() {
+ if [[ $(vercmp $2 6.2p2) = -1 ]]; then
+ cat <<EOF
+
+==> The sshd daemon has been moved to /usr/bin alongside all binaries.
+==> Please update this path in your scripts if applicable.
+
+EOF
+ fi
+}