updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vim-pydiction / vimdoc.install
blobc938f84d8d442c9d0d05d66e30381eb3c0a434d5
1 post_install() {
2     cat <<EOF
3 Make sure you have the following in your ~/.vimrc:
4   filetype plugin on
5   let g:pydiction_location = '/usr/share/pydiction/complete-dict'
6 EOF
9 post_upgrade() {
10   post_install $1
13 post_remove() {
14     true
17 op=$1
18 shift
20 $op $*