#!/bin/sh
#
# Sun Branded Mozilla postinstall script
#
# ident "@(#)postinstall	1.8 05/13/04"

mozdir=$BASEDIR/sfw/lib/mozilla

# update the time stamp file
if [ -w $mozdir/.pkg_update_stamp ]; then
	date > $mozdir/.pkg_update_stamp
fi

exit 0
