Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > cbd0705f27a8bbc6865ebd69f4ab2532 > scriptlet

myspell-hu_HU-1.0.2-0.20040331.9mdk.noarch.rpm

PREUN

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

POSTIN

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