Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > 25f97cd50ddcb6bb19944b068e253303 > 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