Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > d715a12dfff63edda408bf21910c32d2 > scriptlet

myspell-hyph-et-1.0.2-0.20040621.9mdk.noarch.rpm

PREUN

/bin/sh
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^HYPH\s*et\s*EE\s*hyph_et$/ or print" /usr/share/dict/ooo/dictionary.lst
fi

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*et[ \t]*EE[ \t]*hyph_et" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH et EE hyph_et" >> /usr/share/dict/ooo/dictionary.lst
fi