Sophie

Sophie

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

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

PREUN

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