Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 9d13d48562f53ba4010d21e9ec4ba090 > scriptlet

myspell-uk_UA-1.0.2-29mdv2010.1.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