Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > 46d4407a2d187044d802c7e2ec2f07cb > scriptlet

myspell-el_GR-1.0.1-0.20020610.4mdk.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