Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > f175f7d4113aae9eb525af1da576d200 > scriptlet

myspell-hyph-pt-1.0.2-0.20030904.9mdk.noarch.rpm

PREUN

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

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*pt[ \t]*PT[ \t]*hyph_pt" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH pt PT hyph_pt" >> /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" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH pt BR hyph_pt" >> /usr/share/dict/ooo/dictionary.lst
fi