#!/bin/sh
#
# Copyright 1996-1998, 2003 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# Postbackout 
#
#

CLUSTERMANDIR=${ROOTDIR}/usr/cluster/man/sman5
CLUSTERMAN4DIR=${ROOTDIR}/usr/cluster/man/sman4

# Remove link to man pages added by the patch postinstall
/bin/rm -f $CLUSTERMAN4DIR/custom_action_file.4

exit $?
