summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorPaolo Stivanin2015-10-26 10:35:02 +0100
committerPaolo Stivanin2015-10-26 10:35:02 +0100
commitcf8be688fb306f04888a4f42f00324f98310dc8f (patch)
treebbd1e67246fc752d0044849ca1523be10421c6e1 /install
downloadaur-cf8be688fb306f04888a4f42f00324f98310dc8f.tar.gz
first release
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 000000000000..6f0cd3703fb0
--- /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
+}