Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 1f3b776db144924948eb062c22064263 > scriptlet

myspell-uk_UA-1.0.2-0.20021217.1mdk.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