Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 7705969a87d558e4c985a305a388b021 > scriptlet

myspell-ms_MY-1.0.2-0.20040907.9mdk.noarch.rpm

PREUN

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

##
## Scripts for hyphenation
##

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*ms[ \t]*MY[ \t]*ms_MY" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT ms MY ms_MY" >> /usr/share/dict/ooo/dictionary.lst
fi