updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / vim-gdbmgr / vimdoc.install
blob3b69deb088e40a5731adced6f06ae0d8253d3b23
1 update_doc() {
2         echo -n "Updating vim help tags..."
3         /usr/bin/vim --noplugins -u NONE -U NONE \
4                 --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
5         echo "done."
8 post_install() {
9         update_doc
11 /bin/cat << EOF
12 ===>
13 ===> Shared library has already been put in /usr/lib
14 ===> There is no need to change LD_LIBRARY_PATH.
15 ===> run cmd: [vim -c "tab h gdbmgr.txt | tabn | q"] 
16 ===> for more information
17 ===>
18 ===>
19 ===> WARNING: This vim plugin has not been released yet,
20 ===> It is not stable enough. Use at your own RISK!
21 ===>
22 EOF
26 post_upgrade() {
27         update_doc
30 post_remove() {
31         update_doc