repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
vim-pydiction
/
vimdoc.install
blob
c938f84d8d442c9d0d05d66e30381eb3c0a434d5
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
7
}
8
9
post_upgrade() {
10
post_install $1
11
}
12
13
post_remove() {
14
true
15
}
16
17
op=$1
18
shift
19
20
$op $*