summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--vimdoc.install14
3 files changed, 3 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1992d51cc154..1f7e19b50407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Mar 31 05:44:55 UTC 2017
+# Wed Apr 19 01:55:56 UTC 2017
pkgbase = vim-recover-git
pkgdesc = A Vim plugin to show a diff, whenever recovering a buffer
pkgver = r180.b95b04f
- pkgrel = 2
+ pkgrel = 3
url = http://www.vim.org/scripts/script.php?script_id=3068
- install = vimdoc.install
arch = any
groups = vim-plugins
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 6e115fcbed4f..0bfb567dd291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vim-recover-git
pkgver=r180.b95b04f
-pkgrel=2
+pkgrel=3
pkgdesc='A Vim plugin to show a diff, whenever recovering a buffer'
arch=('any')
url='http://www.vim.org/scripts/script.php?script_id=3068'
@@ -13,7 +13,6 @@ optdepends=('python: for using cvim')
makedepends=('git')
provides=('vim-recover')
conflicts=('vim-recover')
-install=vimdoc.install
source=('git+https://github.com/chrisbra/Recover.vim.git'
'fix_nomenclature.patch')
sha256sums=('SKIP'
diff --git a/vimdoc.install b/vimdoc.install
deleted file mode 100644
index 73d0dc8818a5..000000000000
--- a/vimdoc.install
+++ /dev/null
@@ -1,14 +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
-}
-
-post_remove() {
- post_install
-}