summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorTimothée Ravier2013-11-03 19:42:41 +0100
committerTimothée Ravier2013-11-03 19:42:41 +0100
commita78a337a56844825ae9d9df73bd467bba148ee2a (patch)
treee963c65e4b21407d31129757f5fab8939327e6b1 /install
downloadaur-a78a337a56844825ae9d9df73bd467bba148ee2a.tar.gz
General update: SELinux userspace & pkg renaming
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
+}