Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 787ae312cc89a7d91c0f2c63524a3402 > scriptlet

myspell-fr_BE-1.0.2-0.20030619.9mdk.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