Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 5369b032872129bae853a1d9c0f0b804 > scriptlet

myspell-rw_RW-1.0.2-30.mga1.noarch.rpm

PREUN

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

POSTIN

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