Sophie

Sophie

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

myspell-de_DE-1.0.2-29mdv2009.1.noarch.rpm

PREUN

/bin/sh
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^DICT\s*de\s*DE\s*de_DE$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^HYPH\s*de\s*DE\s*hyph_de_DE$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*de\s*DE\s*th_de_DE$/ or print" /usr/share/dict/ooo/dictionary.lst
fi

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*de[ \t]*DE[ \t]*de_DE" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT de DE de_DE" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*de[ \t]*DE[ \t]*hyph_de_DE" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH de DE hyph_de_DE" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*de[ \t]*DE[ \t]*th_de_DE" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES de DE th_de_DE" >> /usr/share/dict/ooo/dictionary.lst
fi