diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-06 01:06:40 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-06 01:06:40 (GMT) |
commit | fa050b437f10141db9c28b4f1327d27aa851d944 (patch) | |
tree | d46b04d9f727586bcd5db6de05f93030dcf03d1e /abs/extra/gvim/gvim.install | |
parent | 2e9de8e980bd65c44629c8e1cb84105d530ce560 (diff) | |
parent | 676db4cdf0ec3a29073ee4408b8a610b1b334bd3 (diff) | |
download | linhes_pkgbuild-fa050b437f10141db9c28b4f1327d27aa851d944.zip linhes_pkgbuild-fa050b437f10141db9c28b4f1327d27aa851d944.tar.gz linhes_pkgbuild-fa050b437f10141db9c28b4f1327d27aa851d944.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/gvim/gvim.install')
-rw-r--r-- | abs/extra/gvim/gvim.install | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/abs/extra/gvim/gvim.install b/abs/extra/gvim/gvim.install deleted file mode 100644 index f49c345..0000000 --- a/abs/extra/gvim/gvim.install +++ /dev/null @@ -1,24 +0,0 @@ -post_install() { - echo "Updating desktop and mime database..." - update-desktop-database -q - 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() { - echo -n "Updating desktop and mime database..." - update-desktop-database - echo "done." -} - -op=$1 -shift -[ "$(type -t "$op")" = "function" ] && $op "$@" - -# vim:set ts=2 sw=2 et ft=sh: |