Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > a895e53f951f902394a594420279fcc9 > scriptlet

myspell-gd_GB-1.0.2-23mdv2009.0.noarch.rpm

PREUN

/bin/sh
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^DICT\s*gd\s*GB\s*gd_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]*gd[ \t]*GB[ \t]*gd_GB" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT gd GB gd_GB" >> /usr/share/dict/ooo/dictionary.lst
fi