Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-testing > by-pkgid > 33024cb2497d7c8d1b86a9bcf73b237e > scriptlet

myspell-sl_SI-1.0.2-29.1mdv2010.0.noarch.rpm

PREUN

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

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*sl[ \t]*SI[ \t]*sl_SI" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT sl SI sl_SI" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*sl[ \t]*SI[ \t]*hyph_sl_SI" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH sl SI hyph_sl_SI" >> /usr/share/dict/ooo/dictionary.lst
fi