Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > db2d87d63ae68e0ec8aead9244aef897 > scriptlet

myspell-sl_SI-1.0.2-0.20021008.1mdk.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

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