summaryrefslogtreecommitdiff
path: root/pcr/openssh-knock/install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-16 11:56:20 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-16 13:32:19 -0300
commit6b6898d905270975a8d72f58c7138d008bb3c615 (patch)
treedec9c4ad38af6e4e0059f6fd6354e158f97f6f57 /pcr/openssh-knock/install
parente7d8de9f726012c7dd3a0d01f8acc655109525ac (diff)
downloadabslibre-6b6898d905270975a8d72f58c7138d008bb3c615.tar.gz
abslibre-6b6898d905270975a8d72f58c7138d008bb3c615.tar.bz2
abslibre-6b6898d905270975a8d72f58c7138d008bb3c615.zip
openssh-knock-7.2p2-2: updating version
Diffstat (limited to 'pcr/openssh-knock/install')
-rw-r--r--pcr/openssh-knock/install10
1 files changed, 0 insertions, 10 deletions
diff --git a/pcr/openssh-knock/install b/pcr/openssh-knock/install
deleted file mode 100644
index 6f0cd3703..000000000
--- a/pcr/openssh-knock/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
-}