Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 11a7e115430354eb3c129963b2fb8c24 > scriptlet

myspell-uk_UA-1.0.1-0.20021217.5mdk.noarch.rpm

PREUN

/bin/sh
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^DICT\s*uk\s*UA\s*uk_UA$/ or print" /usr/share/dict/ooo/dictionary.lst
fi

##
## Scripts for hyphenation
##

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*uk[ \t]*UA[ \t]*uk_UA" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT uk UA uk_UA" >> /usr/share/dict/ooo/dictionary.lst
fi