post_upgrade() {
  _old_ver=$2
  if [ $(vercmp $_old_ver 0.175.5) -eq -1 ]; then
    echo "==> Warning: Zed package now provides a CLI which is installed as /ucrt64/bin/zeditor.
    Editor itself is installed as /ucrt64/lib/zed/zed-editor"
  fi
}
