Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > b936231671e4775a431e52d60e58b291 > scriptlet

myspell-bn_BN-1.0.2-23mdv2009.0.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