Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > b2a7055f90af42a2cee76ed66a0643aa > scriptlet

myspell-pt_PT-1.0.2-29mdv2009.1.noarch.rpm

PREUN

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

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*pt[ \t]*PT[ \t]*pt_PT" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT pt PT pt_PT" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*pt[ \t]*PT[ \t]*hyph_pt_PT" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH pt PT hyph_pt_PT" >> /usr/share/dict/ooo/dictionary.lst
fi