Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > 1b1a32d719877fa901d48756924c93e7 > scriptlet

myspell-oc_FR-1.0.2-29mdv2009.1.noarch.rpm

PREUN

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

POSTIN

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