Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > by-pkgid > a154f7b39a2e406772efb82589de2de6 > scriptlet

myspell-hyph-nl-1.0.2-0.20030824.1mdk.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

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