Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > a029d27da55fa1e25814bfb915f82c26 > scriptlet

myspell-it_IT-1.0.2-0.20040624.9mdk.noarch.rpm

PREUN

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

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*it[ \t]*IT[ \t]*it_IT" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT it IT it_IT" >> /usr/share/dict/ooo/dictionary.lst
fi