post_upgrade() {
  if (( "$(vercmp $2 0.14.14-1)" < 0 )); then
    cat << EOF
  Syncing symlinks between v0.14.14 and previous versions will not work.
  See https://github.com/syncthing/syncthing/releases/tag/v0.14.14 for details.

EOF
  fi
}
