Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-testing > by-pkgid > 9c0ddc13a42198a7be27d336078c3c3f > scriptlet

myspell-ny_MW-1.0.2-29.1mdv2010.0.noarch.rpm

PREUN

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

POSTIN

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