Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > 01c0fc07c6b68e2fad49d8ff136e3d76 > scriptlet

myspell-nl_NL-1.0.2-30.mga1.noarch.rpm

PREUN

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

POSTIN

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