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

Jelle van der Waa jelle at archlinux.org
Tue Apr 18 13:57:38 UTC 2017


    Date: Tuesday, April 18, 2017 @ 13:57:37
  Author: jelle
Revision: 223733

upgpkg: vim-taglist 46-3

vimdoc hook cleanup

Modified:
  vim-taglist/trunk/PKGBUILD
Deleted:
  vim-taglist/trunk/vimdoc.install

----------------+
 PKGBUILD       |    3 +--
 vimdoc.install |   14 --------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-18 13:56:31 UTC (rev 223732)
+++ PKGBUILD	2017-04-18 13:57:37 UTC (rev 223733)
@@ -5,7 +5,7 @@
 pkgname=vim-taglist
 pkgver=46
 _scriptid=19574
-pkgrel=2
+pkgrel=3
 pkgdesc="A source code browser plugin for vim"
 arch=('any')
 url="http://vim-taglist.sourceforge.net/"
@@ -13,7 +13,6 @@
 depends=('vim' 'ctags')
 makedepends=('unzip')
 groups=('vim-plugins')
-install=vimdoc.install
 source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
         license.txt)
 md5sums=('96e2ba879964b3c9e790e3906934d0c0'

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2017-04-18 13:56:31 UTC (rev 223732)
+++ vimdoc.install	2017-04-18 13:57:37 UTC (rev 223733)
@@ -1,14 +0,0 @@
-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 $1
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list