Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7804252a8a3b41cb056fba81365ad12a > files > 3

mille-xterm-appserver-en_US-1.0-4mdv2010.0.noarch.rpm

#!/bin/bash

#EduLinux 2004
DIR=/usr/lib/mozilla-thunderbird-0.5/components/myspell
if [ -d $DIR ]; then
  TB=$DIR
fi
DIR=/usr/share/dict/ooo
if [ -d $DIR ]; then
  OO=$DIR
fi

#Installation manuelle
DIR=/opt/thunderbird/components/myspell
if [ -d $DIR ]; then
  TB=$DIR
fi
DIR=/opt/openoffice.org2.0/share/dict/ooo
if [ -d $DIR ]; then
  OO=$DIR
fi

ln -sf $OO/fr_FR.aff $TB/fr-CA.aff
ln -sf $OO/fr_FR.dic $TB/fr-CA.dic
ln -sf $OO/en_US.aff $TB/en-US.aff
ln -sf $OO/en_US.dic $TB/en-US.dic