Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > ba44d719c6e34e240d5e3812a6431137 > scriptlet

myspell-bn_BN-1.0.2-19mdv2008.1.noarch.rpm

PREUN

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

POSTIN

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