Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > by-pkgid > 3b993e5f7f06493887ef5d6a776eef2c > scriptlet

myspell-de_DE-1.0.2-0.20020629.1mdk.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

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