diff options
Diffstat (limited to 'abs/core/openssh/install')
-rw-r--r-- | abs/core/openssh/install | 10 |
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 -} |