Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 98a32d0a26e03bb8b90f767c869b47f8 > scriptlet

myspell-id_ID-1.0.2-0.20040810.9mdk.noarch.rpm

PREUN

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

POSTIN

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