Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > d10e0eed264c01f287411a78e4d12417 > scriptlet

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