#!/bin/sh
#
#    Copyright (c) 2007 Brocade Communications Systems, Inc.
#    All rights reserved.
#
#    Description:
#
#        This pre-install script will be run before firmware
#        download to the co-cpu. It will be run on the co-cpu.
#	
#
PATH=/bin:/usr/bin:/sbin:/usr/sbin
#
# Passed in version numbers
#
TO_MAJOR=$1
TO_MINOR=$2
TO_PATCH=$3
TYPE=$4		# command type

#
# Preinstall checks here
#



exit 0;
