Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > e79d100e57747f2be22ab2c7c4cdc932 > scriptlet

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

PREUN

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

POSTIN

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