Sophie

Sophie

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

myspell-de_DE-1.0.2-29.1mdv2009.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