summarylogtreecommitdiffstats
path: root/neovim.install
diff options
context:
space:
mode:
authorKevin Del Castillo2020-12-27 14:07:09 -0500
committerKevin Del Castillo2020-12-27 14:07:09 -0500
commit2284eccbc9ce549aecd72c26c39ade94fdc9e53d (patch)
tree8da50dff1ef45f68bd39669285da3ad7463607ea /neovim.install
downloadaur-2284eccbc9ce549aecd72c26c39ade94fdc9e53d.tar.gz
updpkg: latest version 0.5.0+dev+973+gc64cce906
Diffstat (limited to 'neovim.install')
-rw-r--r--neovim.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/neovim.install b/neovim.install
new file mode 100644
index 000000000000..7d7f32f98325
--- /dev/null
+++ b/neovim.install
@@ -0,0 +1,15 @@
+# $1: new package version
+post_install() {
+ echo ":: The Neovim executable is called 'nvim'."
+ echo ":: If you are already familiar with Vim, see ':help nvim-from-vim'"
+ echo " to get started."
+}
+
+post_upgrade() {
+ echo ":: If you have any questions, check the following page first:"
+ echo " https://github.com/neovim/neovim/wiki/FAQ"
+ echo ":: Remember this a pre-release build, see 'Following HEAD' for more info"
+ echo " https://github.com/neovim/neovim/wiki/Following-HEAD"
+}
+
+# vim:set sw=2 sts=2 et: