Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > c28498c338481eb007f58f7e6e12a852 > scriptlet

myspell-cy_GB-1.0.2-30.mga1.noarch.rpm

PREUN

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