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

Jelle van der Waa jelle at archlinux.org
Mon Oct 31 20:27:07 UTC 2016


    Date: Monday, October 31, 2016 @ 20:27:07
  Author: jelle
Revision: 194158

upgpkg: vim-align 37.43-2

vimdoc hook 

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-31 20:19:58 UTC (rev 194157)
+++ PKGBUILD	2016-10-31 20:27:07 UTC (rev 194158)
@@ -12,7 +12,6 @@
 license=('custom')
 depends=('vim')
 groups=('vim-plugins')
-install=vimdoc.install
 md5sums=('40bf32ee1da9ea08b65cb107f5181f0f'
          'b924ab4f0d09585ac4482208cc32bd2f')
 source=("$pkgname.vbz.gz::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2016-10-31 20:19:58 UTC (rev 194157)
+++ vimdoc.install	2016-10-31 20:27:07 UTC (rev 194158)
@@ -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