Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > a25cc1e572d85f553ad2d2386e353363 > scriptlet

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

PREUN

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

POSTIN

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