Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-release > by-pkgid > eeee90b9cd0f8e3cb4a6910e324de2fa > scriptlet

myspell-fa_FA-1.0.2-27mdv2009.1.noarch.rpm

PREUN

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

POSTIN

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