Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 0cf6312c0e8d88cca69e44b0c36f2b7c > scriptlet

myspell-pt_PT-1.0.2-0.20020629.1mdk.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