Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > bc6c236a5e7bd9baf86fb0d3760a6bc1 > scriptlet

myspell-lv_LV-1.0.2-29mdv2010.0.noarch.rpm

PREUN

/bin/sh
if [[ "$1" = "0" ]]; then
  perl -ni -e "/^DICT\s*lv\s*LV\s*lv_LV$/ or print" /usr/share/dict/ooo/dictionary.lst
fi

POSTIN

/bin/sh
if [[ ! -f "/usr/share/dict/ooo/dictionary.lst" ]] ||       ! grep -q "^DICT[ \t]*lv[ \t]*LV[ \t]*lv_LV" /usr/share/dict/ooo/dictionary.lst
then
  echo "DICT lv LV lv_LV" >> /usr/share/dict/ooo/dictionary.lst
fi