Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > 18280b3837acddc3dcf7a7f7f1f3abac > scriptlet

myspell-thes-en_US-1.0.2-0.20040423.9mdk.noarch.rpm

PREUN

/bin/sh
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
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*CA\s*th_en_US$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*GB\s*th_en_US$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*AU\s*th_en_US$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*BZ\s*th_en_US$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*IE\s*th_en_US$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*JM\s*th_en_US$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*NZ\s*th_en_US$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*PH\s*th_en_US$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*TT\s*th_en_US$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*ZA\s*th_en_US$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*en\s*ZW\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 "^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
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*CA[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en CA th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*GB[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en GB th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*AU[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en AU th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*BZ[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en BZ th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*IE[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en IE th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*JM[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en JM th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*NZ[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en NZ th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*PH[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en PH th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*TT[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en TT th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*ZA[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en ZA th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*en[ \t]*ZW[ \t]*th_en_US" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES en ZW th_en_US" >> /usr/share/dict/ooo/dictionary.lst
fi