summaryrefslogtreecommitdiff
path: root/harmony/zsh/zsh.post-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'harmony/zsh/zsh.post-upgrade')
-rw-r--r--harmony/zsh/zsh.post-upgrade19
1 files changed, 0 insertions, 19 deletions
diff --git a/harmony/zsh/zsh.post-upgrade b/harmony/zsh/zsh.post-upgrade
deleted file mode 100644
index 1b42f8258..000000000
--- a/harmony/zsh/zsh.post-upgrade
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-add-shell '/bin/zsh'
-
-ver_new="$1"
-ver_old="$2"
-
-if [ "$(apk version -t "$ver_old" "5.2-r2")" = "<" ]; then
- cat <<-EOF
- *
- * Some modules has been moved into subpackages:
- * zsh-calendar calendar function system
- * zsh-vcs version control information (vcs_info)
- * zsh-zftp zftp function system
- *
- EOF
-fi
-
-exit 0