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

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


    Date: Tuesday, April 18, 2017 @ 13:13:15
  Author: jelle
Revision: 223715

upgpkg: vim-a 2.18-8

vimdoc hook rebuild

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-18 12:25:10 UTC (rev 223714)
+++ PKGBUILD	2017-04-18 13:13:15 UTC (rev 223715)
@@ -6,7 +6,7 @@
 pkgver=2.18
 _scriptid=7218
 _docid=6347
-pkgrel=7
+pkgrel=8
 pkgdesc="alternate files in vim quickly (.c -> .h etc)"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=31"
@@ -13,7 +13,6 @@
 license=('custom')
 depends=(vim)
 groups=('vim-plugins')
-install=vimdoc.install
 source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
         http://www.vim.org/scripts/download_script.php?src_id=$_docid LICENSE)
 md5sums=('6570438244f71e19be1e1b84a5a6c1ec'

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2017-04-18 12:25:10 UTC (rev 223714)
+++ vimdoc.install	2017-04-18 13:13:15 UTC (rev 223715)
@@ -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