Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > bac4ed545f6da86998706f667f0bcf38 > scriptlet

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