Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 94d5d980d85ab51ad7cd3ef091a51dad > scriptlet

myspell-lv_LV-1.0.2-29mdv2010.1.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