Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > 22ed1fcace843744b1c3e90a08207c80 > scriptlet

myspell-ru_RU-1.0.2-0.20040406.12mdv2008.0.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

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