Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > cd6b67babdd3b0fc9dd6a8671897b56c > scriptlet

myspell-hyph-ru-1.0.2-0.20020727.9mdk.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