Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > 2e8c79524d42a6b4a1810e66b9aae2cf > scriptlet

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