Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > b3c7ab4dd47c6c1fe6b9c8a3b61199b3 > scriptlet

myspell-pt_PT-1.0.1-0.20020629.5mdk.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