Sophie

Sophie

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

myspell-gl_ES-1.0.2-0.20030905.9mdk.noarch.rpm

PREUN

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

POSTIN

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