Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > 020f88caf7844ed0551dc12e50f25301 > scriptlet

myspell-pt_PT-1.0.2-23mdv2009.0.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