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

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


    Date: Tuesday, April 18, 2017 @ 13:50:16
  Author: jelle
Revision: 223727

upgpkg: vim-vcscommand 1.99.47-2

vimdoc hook cleanup

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-18 13:46:12 UTC (rev 223726)
+++ PKGBUILD	2017-04-18 13:50:16 UTC (rev 223727)
@@ -6,7 +6,7 @@
 pkgname=vim-vcscommand
 pkgver=1.99.47
 _scriptid=19809
-pkgrel=1
+pkgrel=2
 pkgdesc="vim version control system integration plugin"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=90"
@@ -14,7 +14,6 @@
 depends=('vim>=7.0')
 groups=('vim-plugins')
 replaces=('vim-vsccommand') #whoops, typo before
-install=vimdoc.install
 source=(vcscommand.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
         license.txt)
 md5sums=('861c4e1a38664a19ce561527b9b94344'

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2017-04-18 13:46:12 UTC (rev 223726)
+++ vimdoc.install	2017-04-18 13:50:16 UTC (rev 223727)
@@ -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