#! /bin/sh # # $Id: nmc_postremove.SunOS,v 1.1 2006/03/14 15:26:11 audec Exp $ Copyright (c) 1999-2006 EMC Corporation. # # # Copyright (c) 1999-2006 EMC Corporation. # # All rights reserved. This is an UNPUBLISHED work, and # comprises proprietary and confidential information of EMC. # Unauthorized use, disclosure, and distribution are strictly # prohibited. Use, duplication, or disclosure of the software # and documentation by the U.S. Government is subject to # restrictions set forth in a license agreement between the # Government and EMC or other written agreement specifying # the Government's rights to use the software and any applicable # FAR provisions, such as FAR 52.227-19. # PATH=/usr/sbin:/usr/bin:/sbin # Display the message prepared by preremove informing that database # has not been deleted. if [ -f /tmp/.LGTObgst.msg ]; then cat /tmp/.LGTObgst.msg rm -f /tmp/.LGTObgst.msg fi exit 0