Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 7671099d4247d050244066654a32267d > scriptlet

myspell-de_CH-1.0.2-23mdv2009.0.noarch.rpm

PREUN

/bin/sh
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^DICT\s*de\s*CH\s*de_CH$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^HYPH\s*de\s*CH\s*hyph_de_CH$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^THES\s*de\s*CH\s*th_de_CH$/ 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]*CH[ \t]*de_CH" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT de CH de_CH" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*de[ \t]*CH[ \t]*hyph_de_CH" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH de CH hyph_de_CH" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^THES[ \t]*de[ \t]*CH[ \t]*th_de_CH" /usr/share/dict/ooo/dictionary.lst
then
  echo "THES de CH th_de_CH" >> /usr/share/dict/ooo/dictionary.lst
fi