Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > 903e4ce07747b1a2692ebc0e3deede24 > scriptlet

myspell-pl_PL-1.0.1-0.20020430.4mdk.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