Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > a8566ee98f26442eefed907d4a15d9fa > scriptlet

myspell-id_ID-1.0.2-29.1mdv2009.1.noarch.rpm

PREUN

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

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*id[ \t]*ID[ \t]*id_ID" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT id ID id_ID" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*id[ \t]*ID[ \t]*hyph_id_ID" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH id ID hyph_id_ID" >> /usr/share/dict/ooo/dictionary.lst
fi