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

Lukas Fleischer lfleischer at archlinux.org
Sat Jan 14 11:59:40 UTC 2017


    Date: Saturday, January 14, 2017 @ 11:59:39
  Author: lfleischer
Revision: 207318

upgpkg: vim-syntastic 3.8.0-2

vimdoc hook cleanup.

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 11:56:40 UTC (rev 207317)
+++ PKGBUILD	2017-01-14 11:59:39 UTC (rev 207318)
@@ -6,7 +6,7 @@
 pkgname=vim-syntastic
 _pkgname=syntastic
 pkgver=3.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=2736'
@@ -13,7 +13,6 @@
 license=('custom:WTFPL')
 depends=('vim')
 groups=('vim-plugins')
-install=vimdoc.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz")
 md5sums=('55500457c839ef704f15833c807cde3a')
 

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2017-01-14 11:56:40 UTC (rev 207317)
+++ vimdoc.install	2017-01-14 11:59:39 UTC (rev 207318)
@@ -1,19 +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
-}
-
-op=$1
-shift
-
-$op $*



More information about the arch-commits mailing list