Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > b07c692a4b66167218ebe4e56bf4b087 > scriptlet

myspell-tet_ID-1.0.2-29mdv2010.1.noarch.rpm

PREUN

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

POSTIN

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