Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > 5818c27d1a2d4f940d653ba070cb0c6d > scriptlet

myspell-de_DE-1.0.1-0.20020629.4mdk.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