summarylogtreecommitdiffstats
path: root/neovim-qt.install
blob: eb8983da0a1d00b8c61d1c84cfcba845b95c62bd (plain)
1
2
3
4
5
6
7
8
9
# $1: new package version
post_install() {
  echo ":: neovim-qt can be launched from the packaged desktop file."
  echo ":: If needed, the name of the binary is nvim-qt."
  echo ":: If you have any questions, check the following page first:"
  echo "   https://github.com/equalsraf/neovim-qt/wiki"
}

# vim:set sw=2 sts=2 et: