Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 4962b648884ecbd0ec737188c5b2f108 > scriptlet

myspell-sl_SI-1.0.2-0.20030907.9mdk.noarch.rpm

PREUN

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

POSTIN

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