Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > 472755a0819e1df9d9feb35fe6a008f5 > 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