Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 08ccee43dfd418d8187528875052cd58 > scriptlet

myspell-pt_BR-1.0.2-0.20030110.9mdk.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

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