Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > acd266a9ffa5191ee74ed4f448ebca4d > scriptlet

myspell-nb_NO-1.0.2-0.20031013.9mdk.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