#!/bin/sh
#################################################################
#
# Copyright(c) 2005 Sun Microsystems, Inc.
# All rights reserved.
# ident $SunId$  SMI
#
# Program: postinstall
#
# postinstall script for the SUNWbrg package.
################################################################
#
if test -f /tmp/install_app
then
    /bin/cp /tmp/install_app ${BASEDIR}/var/log/brlog
fi
exit 0
