summaryrefslogtreecommitdiffstats
path: root/abs/core/openssh/install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-09-26 20:04:26 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-09-26 20:04:26 (GMT)
commit4add9e1eee8d0f82289600efb4357d2565e5dd09 (patch)
tree0d6f155744e2ba26fc1f39e35450e8fe0fba9479 /abs/core/openssh/install
parent23879cd576d17b9d9139fe89b79e4daacfc56e6f (diff)
downloadlinhes_pkgbuild-4add9e1eee8d0f82289600efb4357d2565e5dd09.zip
linhes_pkgbuild-4add9e1eee8d0f82289600efb4357d2565e5dd09.tar.gz
linhes_pkgbuild-4add9e1eee8d0f82289600efb4357d2565e5dd09.tar.bz2
openssh: update to 7.3p1
Diffstat (limited to 'abs/core/openssh/install')
-rw-r--r--abs/core/openssh/install10
1 files changed, 0 insertions, 10 deletions
diff --git a/abs/core/openssh/install b/abs/core/openssh/install
deleted file mode 100644
index 6f0cd37..0000000
--- a/abs/core/openssh/install
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-}