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

Lukas Fleischer lfleischer at archlinux.org
Sat Jan 14 12:04:10 UTC 2017


    Date: Saturday, January 14, 2017 @ 12:04:10
  Author: lfleischer
Revision: 207322

upgpkg: vim-supertab 2.1-2

vimdoc hook cleanup.

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 12:01:34 UTC (rev 207321)
+++ PKGBUILD	2017-01-14 12:04:10 UTC (rev 207322)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Kaiting Chen <kaitocracy at gmail.com>
 # Contributor: Aaron Schaefer <aaron at elasticdog.com>
@@ -5,7 +4,7 @@
 
 pkgname=vim-supertab
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A Vim plugin that allows you to use the tab key to do all insert completion.'
 arch=('any')
 url='https://github.com/ervandew/supertab'
@@ -12,7 +11,6 @@
 license=('BSD')
 depends=('vim')
 groups=('vim-plugins')
-install=vimdoc.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/ervandew/supertab/archive/$pkgver.tar.gz"
         'LICENSE')
 md5sums=('8c9fd74e228521f64221b91e1a54abfe'

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2017-01-14 12:01:34 UTC (rev 207321)
+++ vimdoc.install	2017-01-14 12:04:10 UTC (rev 207322)
@@ -1,21 +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 $1
-}
-
-op=$1
-shift
-
-$op $*



More information about the arch-commits mailing list