Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > 46f222b17e81da51961fed6e829a317d > scriptlet

myspell-hyph-nl-1.0.1-0.20020830.4mdk.noarch.rpm

PREUN

/bin/sh
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^HYPH\s*nl\s*NL\s*hyph_nl$/ or print" /usr/share/dict/ooo/dictionary.lst
fi

##
## Files for spell checking
##

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*nl[ \t]*NL[ \t]*hyph_nl" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH nl NL hyph_nl" >> /usr/share/dict/ooo/dictionary.lst
fi