Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > 817e188fcd968797f0f9427fc5f52b7f > scriptlet

myspell-thes-pl_PL-1.0.2-0.20040803.8mdk.noarch.rpm

PREUN

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

POSTIN

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