pachooks icon indicating copy to clipboard operation
pachooks copied to clipboard

hook: update vim help tags

Open 3ed opened this issue 9 years ago • 0 comments

IMHO this two should be one of the hooks.

vim74 folder:

[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/share/vim/vim74/doc/*

[Action]
When = PostTransaction
Exec = /usr/bin/vim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/vim/vim74/doc" --cmd ":q

vimfiles folder:

[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/share/vim/vimfiles/doc/*

[Action]
When = PostTransaction
Exec = /usr/bin/vim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q

PS. This samples are not tested

3ed avatar Feb 07 '16 11:02 3ed