Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 074b32daef33a032ad4979f063a25e4a > scriptlet

myspell-thes-bg_BG-1.0.2-0.20040402.9mdk.noarch.rpm

PREUN

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

POSTIN

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