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 Sat Jan 14 04:03:48 UTC 2012
[aur-mirror.git]
/
heybuddy
/
heybuddy.install
blob
a20999a1c8220d0403810259671b46dea291847d
1
post_install() {
2
echo ""
3
echo "-Spellchecking in heybuddy-"
4
echo ""
5
echo "Optional dependences for spellcheck"
6
echo ""
7
echo "gtkspell"
8
echo "python-gtkspell from AUR"
9
echo "aspell-{locale}"
10
}
11
12
post_upgrade() {
13
post_install
14
}
15