summarylogtreecommitdiffstats
path: root/aws-cli-v2-bin.install
blob: 118b791e81b2baabd2ca2c4c22903ebbfef7bc61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  if [ "$(vercmp $2 2.13.25)" -le 0 ]; then
    cat << EOF
===> zsh completions are no longer automatically enabled.
===> You can put the following line in a zsh startup script
===> or run it manually before using aws zsh completions.
===>     source /usr/bin/aws_zsh_completer.sh
EOF
  fi
}