Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 2922e66b6e1eca6fde8a443f8848467b > scriptlet

myspell-en_US-1.0.2-0.20040623.9mdk.noarch.rpm

PREUN

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

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*en[ \t]*US[ \t]*en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT en US en_US" >> /usr/share/dict/ooo/dictionary.lst
fi