summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--neovim-git.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/neovim-git.install b/neovim-git.install
index 26b704b27fcb..4e6ebe5c7277 100644
--- a/neovim-git.install
+++ b/neovim-git.install
@@ -10,7 +10,7 @@ post_install() {
# $1: new package version
# $2: old package version
post_upgrade() {
- if [[ "$(vercmp ${2} 0.r2965.51c6f38)" -le 0 ]]; then
- post_install "${1}"
- fi
+ echo ":: Check the following page to see whether this upgrade"
+ echo " includes any breaking changes:"
+ echo " https://github.com/neovim/neovim/wiki/Following-HEAD"
}