Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-release > by-pkgid > 46e586892452a4b316fd6d96348cc86d > scriptlet

myspell-oc_FR-1.0.2-27mdv2009.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