Sophie

Sophie

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

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

PREUN

/bin/sh
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^DICT\s*pt\s*BR\s*pt_BR$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^HYPH\s*pt\s*BR\s*hyph_pt_BR$/ 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]*BR[ \t]*pt_BR" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT pt BR pt_BR" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*pt[ \t]*BR[ \t]*hyph_pt_BR" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH pt BR hyph_pt_BR" >> /usr/share/dict/ooo/dictionary.lst
fi