Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > 9d2cda5ddca82325872c9711d0d0635f > scriptlet

myspell-lv_LV-1.0.2-31.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