Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > ff364641050d113f0d0e97eca840e873 > scriptlet

myspell-pl_PL-1.0.2-0.20040816.9mdk.noarch.rpm

PREUN

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

POSTIN

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