#!/bin/sh
#
# Copyright 1996-1998, 2003 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# postbackout
#
# Undo actions performed during patch install including
# actions taken by package postinstall scripts.
#
#

RTRDIR=${ROOTDIR}/usr/cluster/lib/rgm/rtreg
# Remove the link from the RT repository directory

CLUSTERMANDIR=${ROOTDIR}/usr/cluster/man/sman5
CLUSTERMAN4DIR=${ROOTDIR}/usr/cluster/man/sman4
# Remove link to man pages

/bin/rm -f $CLUSTERMAN4DIR/custom_action_file.4

exit $?
