Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 7f71fe6f08c8cb3714b7d282f0028e7a > scriptlet

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

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