Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > 5727281559e325e430232466a0801901 > scriptlet

myspell-ku_TR-1.0.2-29mdv2009.1.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