blob: 4e8b8a6283f768572534aca030c9a323f8bf5828 [file] [log] [blame] [raw]
#! /sbin/sh
########
# Product: IP Filter
# Fileset: IPF-ALL
# postremove
########
#
# (c) Copyright Darren Reed 2000
#
########
########
# Source control script environment
########
UTILS="/usr/lbin/sw/control_utils"
if [[ ! -f $UTILS ]] ; then
echo "ERROR: Cannot find $UTILS"
exit 1
fi
. $UTILS
exitval=$SUCCESS
########
# Restore original header files
# The script checkremove has verified that it exists.
########
# exit $GLOBAL_ERROR
exit $exitval