Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 7ba10aaedf6710086f90b5c4cedd2ba2 > scriptlet

myspell-sv_SE-1.0.1-0.20021217.5mdk.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

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