Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > a4bce2b0668a8be8002a934fb2c1cfbe > scriptlet

myspell-it_IT-1.0.2-0.20030731.1mdk.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