Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > e6bf32d5bf7cbf22e195ac035810049a > scriptlet

myspell-ru_RU-1.0.2-29.1mdv2009.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