Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 1961fd1254cd387d37c9c16516802ec0 > scriptlet

myspell-es_MX-1.0.2-0.20030818.9mdk.noarch.rpm

PREUN

/bin/sh
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^DICT\s*es\s*MX\s*es_MX$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^DICT\s*es\s*AR\s*es_MX$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^DICT\s*es\s*CO\s*es_MX$/ or print" /usr/share/dict/ooo/dictionary.lst
fi

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*es[ \t]*MX[ \t]*es_MX" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT es MX es_MX" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*es[ \t]*AR[ \t]*es_MX" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT es AR es_MX" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*es[ \t]*CO[ \t]*es_MX" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT es CO es_MX" >> /usr/share/dict/ooo/dictionary.lst
fi