Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 563df11d079f0d735987fb748bbed1f8 > scriptlet

myspell-ru_RU-1.0.2-30.mga1.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