Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 97e33bbe157dda2bb1be495cb5be49c7 > scriptlet

myspell-ru_RU-1.0.2-19mdv2008.1.noarch.rpm

PREUN

/bin/sh
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^DICT\s*ru\s*RU\s*ru_RU$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^HYPH\s*ru\s*RU\s*hyph_ru_RU$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*ru\s*RU\s*th_ru_RU$/ or print" /usr/share/dict/ooo/dictionary.lst
fi

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*ru[ \t]*RU[ \t]*ru_RU" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT ru RU ru_RU" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*ru[ \t]*RU[ \t]*hyph_ru_RU" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH ru RU hyph_ru_RU" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*ru[ \t]*RU[ \t]*th_ru_RU" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES ru RU th_ru_RU" >> /usr/share/dict/ooo/dictionary.lst
fi