Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > d53b74d8d49a3207b09a594fb663f1f6 > scriptlet

myspell-or_OR-1.0.2-19mdv2008.1.noarch.rpm

PREUN

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

POSTIN

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