Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 3fb70a552491a8959dcb2a4816fa20ac > scriptlet

myspell-en_GB-1.0.2-0.20021216.1mdk.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