summarylogtreecommitdiffstats
path: root/vimdoc.install
diff options
context:
space:
mode:
authorAnkit R Gadiya2018-02-23 14:06:28 +0530
committerAnkit R Gadiya2018-02-23 14:06:28 +0530
commitb24889489f48696c43d3e4f4521ace82386aa9b6 (patch)
tree8e6dc8578794b3041b73df6e18a7b623e5cd601f /vimdoc.install
parenta14f5e1f36eb0d3e830714abed5964f61bd04aa2 (diff)
downloadaur-b24889489f48696c43d3e4f4521ace82386aa9b6.tar.gz
Updated to new version, small changes
Diffstat (limited to 'vimdoc.install')
-rwxr-xr-xvimdoc.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/vimdoc.install b/vimdoc.install
deleted file mode 100755
index 6b2d64f62b12..000000000000
--- a/vimdoc.install
+++ /dev/null
@@ -1,20 +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 $1
-}
-
-post_remove() {
- post_install
-}
-
-op=$1
-shift
-
-$op $*