Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 05a4585e3defef650e5b4c9ca3590153 > 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