[arch-commits] Commit in vim-latexsuite/trunk (PKGBUILD vim-latexsuite.install)

Lukas Fleischer lfleischer at archlinux.org
Sat Jan 14 12:07:14 UTC 2017


    Date: Saturday, January 14, 2017 @ 12:07:13
  Author: lfleischer
Revision: 207324

upgpkg: vim-latexsuite 1:1.9.0-2

vimdoc hook cleanup.

Modified:
  vim-latexsuite/trunk/PKGBUILD
  vim-latexsuite/trunk/vim-latexsuite.install

------------------------+
 PKGBUILD               |    2 +-
 vim-latexsuite.install |   29 -----------------------------
 2 files changed, 1 insertion(+), 30 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 12:04:14 UTC (rev 207323)
+++ PKGBUILD	2017-01-14 12:07:13 UTC (rev 207324)
@@ -5,7 +5,7 @@
 pkgname=vim-latexsuite
 _pkgname=vim-latex
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
 arch=('any')

Modified: vim-latexsuite.install
===================================================================
--- vim-latexsuite.install	2017-01-14 12:04:14 UTC (rev 207323)
+++ vim-latexsuite.install	2017-01-14 12:07:13 UTC (rev 207324)
@@ -1,4 +1,3 @@
-# arg 1: the new package version
 post_install() {
     echo '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'
     echo '% Set the following lines in your ~/.vimrc or the systemwide /etc/vimrc:'
@@ -10,32 +9,4 @@
     echo '% your runtime path (RTP). Be sure to add it too, e.g:'
     echo '% set runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
     echo '%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'
-
-    # rebuild the vim documentation tags
-    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."
-
 }
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-    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."
-}
-
-# arg 1: the old package version
-post_remove() {
-    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."
-}
-
-op=$1
-shift
-$op $* 



More information about the arch-commits mailing list