Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 809eec18e7159dea1edca0e966878695 > scriptlet

myspell-pl_PL-1.0.2-0.20020430.1mdk.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