Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > d50e4eaa6245d61c91202a27be7c66f7 > scriptlet

myspell-en_US-1.0.2-30.mga1.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