Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 570e79fdcbc6a01ee4f9f4687d33fcef > scriptlet

myspell-et_EE-1.0.2-23mdv2009.0.noarch.rpm

PREUN

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

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*et[ \t]*EE[ \t]*et_EE" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT et EE et_EE" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*et[ \t]*EE[ \t]*hyph_et_EE" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH et EE hyph_et_EE" >> /usr/share/dict/ooo/dictionary.lst
fi