Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 85afa402e8a29c5ebfb46df0ab342e7b > scriptlet

myspell-nb_NO-1.0.2-0.20031013.11mdv2007.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