Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > 54d617bc217359b2abb42dea75dee47e > scriptlet

myspell-el_GR-1.0.2-0.20040424.9mdk.noarch.rpm

PREUN

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

POSTIN

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