Date: Sunday, November 13, 2016 @ 22:14:04 Author: anthraxx Revision: 195541
updpkg: vim-rails (hooks rebuild) Modified: vim-rails/trunk/PKGBUILD Deleted: vim-rails/trunk/vimdoc.install ----------------+ PKGBUILD | 3 +-- vimdoc.install | 17 ----------------- 2 files changed, 1 insertion(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-13 22:11:15 UTC (rev 195540) +++ PKGBUILD 2016-11-13 22:14:04 UTC (rev 195541) @@ -4,13 +4,12 @@ pkgname=vim-rails pkgver=5.2_23266 -pkgrel=2 +pkgrel=3 pkgdesc='ViM plugin for enhanced Ruby on Rails application development' arch=('any') url='http://www.vim.org/scripts/script.php?script_id=1567' license=('custom:vim') depends=('vim') -install=vimdoc.install source=("$pkgname.zip::http://www.vim.org/scripts/download_script.php?src_id=${pkgver#*_}" 'license.txt') sha256sums=('86701db15c753bb4bd0e5ee233b37505454548e472cf6e6520a84b095833d7c5' Deleted: vimdoc.install =================================================================== --- vimdoc.install 2016-11-13 22:11:15 UTC (rev 195540) +++ vimdoc.install 2016-11-13 22:14:04 UTC (rev 195541) @@ -1,17 +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 -} - -# vim:set ts=2 sw=2 et: