Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > media > main > by-pkgid > db3c3021806da55167f48e71c84ef5f5 > scriptlet

myspell-fr_FR-1.0.1-0.20020608.5mdk.noarch.rpm

PREUN

/bin/sh
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^DICT\s*fr\s*FR\s*fr_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]*fr[ \t]*FR[ \t]*fr_FR" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT fr FR fr_FR" >> /usr/share/dict/ooo/dictionary.lst
fi