Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > f0d2981b58451c30916e36b8164cbff8 > scriptlet

myspell-et_EE-1.0.2-32.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