Sophie

Sophie

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

myspell-de_CH-1.0.2-29mdv2009.1.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