Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > b583c3b8b2569e1d728cb1afe64dacb3 > scriptlet

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