Sophie

Sophie

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

myspell-uk_UA-1.0.2-0.20031016.9mdk.noarch.rpm

PREUN

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

POSTIN

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