summaryrefslogtreecommitdiff
path: root/pcr/vim-pathogen/vimdoc.install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-19 23:23:17 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-19 23:23:17 +0100
commitdc6a196fd9b9e10e81902a863bf57fec9cf315a6 (patch)
treea7c117dcc09ca7a127c43acb2fe6bb9fdbb847f7 /pcr/vim-pathogen/vimdoc.install
parent0f8e23b7aac45636711561a03760263cd2c66c52 (diff)
downloadabslibre-dc6a196fd9b9e10e81902a863bf57fec9cf315a6.tar.gz
abslibre-dc6a196fd9b9e10e81902a863bf57fec9cf315a6.tar.bz2
abslibre-dc6a196fd9b9e10e81902a863bf57fec9cf315a6.zip
pcr/vim-pathogen: updated to 2.4
Diffstat (limited to 'pcr/vim-pathogen/vimdoc.install')
-rw-r--r--pcr/vim-pathogen/vimdoc.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/pcr/vim-pathogen/vimdoc.install b/pcr/vim-pathogen/vimdoc.install
deleted file mode 100644
index 0ffd9dde8..000000000
--- a/pcr/vim-pathogen/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
-}