]> git.pld-linux.org Git - packages/neovim.git/commitdiff
add post install banner
authorElan Ruusamäe <glen@delfi.ee>
Fri, 16 Sep 2016 06:57:12 +0000 (09:57 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 16 Sep 2016 06:57:12 +0000 (09:57 +0300)
shamelessly ripped it from brew install output

neovim.spec

index d31c4f8100d0878b66c65126e45cd9767e28535e..3b251bb869f7abd47b3d28067756210d26534033 100644 (file)
@@ -103,6 +103,23 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %update_desktop_database
 %update_icon_cache hicolor
+%banner -e -o %{name} << 'EOF'
+
+The Neovim executable is called 'nvim'. To use your existing Vim
+configuration:
+    ln -s ~/.vim ~/.config/nvim
+    ln -s ~/.vimrc ~/.config/nvim/init.vim
+See ':help nvim' for more information on Neovim.
+
+If you want support for Python plugins such as YouCompleteMe, you need
+to install a Python module in addition to Neovim itself.
+
+See ':help provider-python' or this page for more information:
+    http://neovim.io/doc/user/provider.html
+
+If you have any questions, have a look at:
+    https://github.com/neovim/neovim/wiki/FAQ.
+EOF
 
 %postun
 %update_desktop_database
This page took 0.253266 seconds and 4 git commands to generate.