Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > b356ca1b09b9e1e4b2f9c577c117be80 > scriptlet

myspell-fr_BE-1.0.2-0.20030619.12mdv2008.0.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