Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 43116b72b2c396e2b4fd4f21a6496927 > scriptlet

myspell-es_MX-1.0.2-0.20030818.1mdk.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