Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > by-pkgid > 3e6457bef0c4482d592191badc8c8c71 > scriptlet

myspell-hyph-ru-1.0.1-0.20020727.4mdk.noarch.rpm

PREUN

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

POSTIN

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