Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > 5d83a7ec1398767b282168ac891ef41b > scriptlet

myspell-hy_AM-1.0.2-23mdv2009.0.noarch.rpm

PREUN

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

POSTIN

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