Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 54d2ad68054ec03d7b7d1f139edac3df > scriptlet

myspell-sv_SE-1.0.2-23mdv2009.0.noarch.rpm

PREUN

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

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*sv[ \t]*SE[ \t]*sv_SE" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT sv SE sv_SE" >> /usr/share/dict/ooo/dictionary.lst
fi
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*sv[ \t]*SE[ \t]*hyph_sv_SE" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH sv SE hyph_sv_SE" >> /usr/share/dict/ooo/dictionary.lst
fi