summarylogtreecommitdiffstats
path: root/nvim-r.install
diff options
context:
space:
mode:
authorRhinoceros2017-04-19 12:29:58 +1000
committerRhinoceros2017-04-19 12:29:58 +1000
commitc13ef5b380b5094094a9587561070eee93a5d82c (patch)
tree8176036cf0dc50f9d93c9654f12c13cbb067f59e /nvim-r.install
parent4072f3470665813bf043ccd52c9a78682494c6fd (diff)
downloadaur-c13ef5b380b5094094a9587561070eee93a5d82c.tar.gz
Update to 0.9.8-2
* Post-transaction hooks for vim help tags now provided by pacman 5.0 and vim 8.0.0055-1
Diffstat (limited to 'nvim-r.install')
-rw-r--r--nvim-r.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/nvim-r.install b/nvim-r.install
index ce18766ea2da..0cfbf4200195 100644
--- a/nvim-r.install
+++ b/nvim-r.install
@@ -1,15 +1,3 @@
-post_install() {
- echo -n 'Updating vim help tags...'
- /usr/bin/vim --noplugins -u NONE -U NONE \
- --cmd ':helptags /usr/share/vim/vimfiles/doc' --cmd ':q' > /dev/null 2>&1
- echo 'done.'
-}
-
-post_upgrade() {
- post_install
-}
-
post_remove() {
- post_install
echo 'You may also want to delete ~/R/*/*/nvimcom'
}