Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > c32a94221e347d1a03f83add17816f13 > scriptlet

myspell-pt_PT-1.0.1-0.20020629.4mdk.noarch.rpm

PREUN

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

POSTIN

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