Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > a7ac2179060fff1e295b5520713c1240 > scriptlet

myspell-uk_UA-1.0.2-23mdv2009.0.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
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^HYPH\s*uk\s*UA\s*hyph_uk_UA$/ or print" /usr/share/dict/ooo/dictionary.lst
fi

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
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*uk[ \t]*UA[ \t]*hyph_uk_UA" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH uk UA hyph_uk_UA" >> /usr/share/dict/ooo/dictionary.lst
fi