Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > fdec2165a5750e49bed3d199b36a59e9 > scriptlet

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