Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > 5db093d1836cf59558da20c4a6fd1d4a > scriptlet

myspell-en_US-1.0.2-29.1mdv2009.1.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
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^HYPH\s*en\s*US\s*hyph_en_US$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*US\s*th_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
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*en[ \t]*US[ \t]*hyph_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH en US hyph_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*US[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en US th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi