Sophie

Sophie

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

myspell-sv_SE-1.0.2-29mdv2009.1.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