Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > cc28c2ae2302d6125b2e90dffb803084 > scriptlet

myspell-fr_BE-1.0.2-0.20030619.1mdk.noarch.rpm

PREUN

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

POSTIN

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