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

Lukas Fleischer lfleischer at archlinux.org
Sat Jan 14 12:01:30 UTC 2017


    Date: Saturday, January 14, 2017 @ 12:01:29
  Author: lfleischer
Revision: 207320

upgpkg: vim-ultisnips 3.1-3

vimdoc hook cleanup.

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 11:59:45 UTC (rev 207319)
+++ PKGBUILD	2017-01-14 12:01:29 UTC (rev 207320)
@@ -3,7 +3,7 @@
 
 pkgname=vim-ultisnips
 pkgver=3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='TextMate-style snippets for Vim.'
 arch=('any')
 url='https://github.com/SirVer/ultisnips'
@@ -11,7 +11,6 @@
 depends=('vim' 'python2')
 groups=('vim-plugins')
 replaces=('vim-snipmate')
-install=vimdoc.install
 makedepends=('git')
 source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/SirVer/ultisnips/archive/${pkgver}.tar.gz"
         git+https://github.com/honza/vim-snippets.git)

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2017-01-14 11:59:45 UTC (rev 207319)
+++ vimdoc.install	2017-01-14 12:01:29 UTC (rev 207320)
@@ -1,19 +0,0 @@
-post_install() {
-  echo -n "updating Vim help tags... "
-  /usr/bin/vim --noplugin -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