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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
heybuddy-trunk-bzr
/
heybuddy-trunk-bzr.install
blob
aee948fb6e26e70726642061a24bc6040f7231b1
1
post_install() {
2
echo "-Spellchecking in heybuddy-"
3
echo ""
4
echo "Optional dependences for spellcheck"
5
echo ""
6
echo "gtkspell"
7
echo "python-gtkspell from AUR"
8
echo "aspell-{locale}"
9
}
10
11
post_upgrade() {
12
post_install
13
}
14