updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / tmispell-voikko / tmispell-voikko.install
blob1e7209237af69f6d61d97cb87f6194b282def223
1 post_install() {
2   echo ">>> If you want to use tmispell as a replacement for "
3         echo ">>> ispell (for example in KDE), do the following as root: "
4         echo "    1. Rename the ispell binary /usr/bin/ispell to ispell.real"
5         echo "       cd /usr/bin"
6         echo "       mv ispell ispell.real"
7         echo
8         echo "    2. Add a symbolic link."
9         echo "       ln -s tmispell ispell"
10         echo 
11         echo ">>> Go to the KDE Control Center and "
12         echo ">>> change the spellchecker to use ispell."
13         echo ">>> dictionary should be "suomi" and encoding \"UTF-8\"."
14         echo
15         echo ">>> Every time you update ispell, do the above."
16         echo
19 post_upgrade() {
20   post_install $1
23 post_remove() {
24         echo ">>> If you moved the ispell binary, remember to move it back again."
25   echo "       mv /usr/bin/ispell.real /usr/bin/ispell"
26         echo
29 # vim:set ts=2 sw=2 et: