Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 67539409f8d3d4f5f4d3d5540a9b7c81 > scriptlet

myspell-id_ID-1.0.2-30.mga1.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