Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > ac63ff98a61978a3764a5bb08bd16810 > scriptlet

myspell-ku_TR-1.0.2-30.mga1.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