Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > 978b86b21c5022ff9c354a65b1e5323d > scriptlet

myspell-sw_TZ-1.0.2-29.1mdv2009.1.noarch.rpm

PREUN

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

POSTIN

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