summaryrefslogtreecommitdiff
path: root/pcr/vim-ifdef/vimdoc.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-01-25 00:32:04 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-01-25 00:32:04 -0500
commitaf63e1cb533e6b50f2511aedac3575b791a1ddb5 (patch)
treedba26866d5bd44423d99a6aee8495fd61525b49e /pcr/vim-ifdef/vimdoc.install
parent944526dee8afb2428a5613a9a361c27493aadbaf (diff)
downloadabslibre-af63e1cb533e6b50f2511aedac3575b791a1ddb5.tar.gz
abslibre-af63e1cb533e6b50f2511aedac3575b791a1ddb5.tar.bz2
abslibre-af63e1cb533e6b50f2511aedac3575b791a1ddb5.zip
Removing vim-ifdef: It was removed in upstream
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
-}