summaryrefslogtreecommitdiff
path: root/pcr/vim-ifdef/vimdoc.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/vim-ifdef/vimdoc.install')
-rw-r--r--pcr/vim-ifdef/vimdoc.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/pcr/vim-ifdef/vimdoc.install b/pcr/vim-ifdef/vimdoc.install
deleted file mode 100644
index 61c4b3a81..000000000
--- a/pcr/vim-ifdef/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/doc" --cmd ":q" > /dev/null 2>&1
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install
-}