#!/bin/sh
#
# ident "@(#)postinstall.sh 1.1     01/04/09 SMI"
#
# Copyright (c) 2000 by Sun Microsystems, Inc.
# All rights reserved.
#

BBROOT=$PKG_INSTALL_ROOT
export BBROOT

. $BBROOT/etc/opt/SUNWbb/blackbox.rc

echo "postinstall"

$BBPATH/bin/bbns-cfg
$BBPATH/bin/bbmkpattern 
$BBPATH/bin/bbnetstat 
