Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > 513f65e7ba4e81dc5cee1c32de9016e4 > scriptlet

myspell-pl_PL-1.0.2-31.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
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^HYPH\s*pl\s*PL\s*hyph_pl_PL$/ or print" /usr/share/dict/ooo/dictionary.lst
fi
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 "^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
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^HYPH[ \t]*pl[ \t]*PL[ \t]*hyph_pl_PL" /usr/share/dict/ooo/dictionary.lst
then
  echo "HYPH pl PL hyph_pl_PL" >> /usr/share/dict/ooo/dictionary.lst
fi
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