Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 89c05709c3506d8d51a61dae56273cbe > scriptlet

myspell-de_CH-1.0.2-0.20030905.9mdk.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

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