Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > 246db3403897f0ec68c19ffe1259039e > 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