Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > by-pkgid > 6e89d87a2a76752028eac2e58a594b1a > scriptlet

myspell-en_GB-1.0.1-0.20020903.4mdk.noarch.rpm

PREUN

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

POSTIN

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