Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > 29bbc15d17212488d57711c8c2b97d50 > scriptlet

myspell-nb_NO-1.0.2-29mdv2009.1.noarch.rpm

PREUN

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

POSTIN

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