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

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


    Date: Tuesday, April 18, 2017 @ 13:53:33
  Author: jelle
Revision: 223729

upgpkg: vim-project 1.4.1-8

vimdoc hook cleanup

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-18 13:50:26 UTC (rev 223728)
+++ PKGBUILD	2017-04-18 13:53:33 UTC (rev 223729)
@@ -5,7 +5,7 @@
 pkgname=vim-project
 pkgver=1.4.1
 _scriptid=6273
-pkgrel=7
+pkgrel=8
 pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=69"
@@ -12,7 +12,6 @@
 license=('custom')
 depends=('vim')
 groups=('vim-plugins')
-install=vimdoc.install
 source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid" 'LICENSE')
 md5sums=('95ddb23f0e301a79e869c608a36637de'
          '64ab6c0d41d5153d51439913d23f71ae')

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2017-04-18 13:50:26 UTC (rev 223728)
+++ vimdoc.install	2017-04-18 13:53:33 UTC (rev 223729)
@@ -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