#!/bin/sh
#*******************************************************************************
#  Copyright 1998 Symbios Inc.  All Rights reserved.                           *
#  This file is confidential and a trade secret of Symbios Inc.  The receipt   *
#  or possession of this file does not convey any rights to reproduce or       *
#  disclose its contents or to manufacture, use, or sell anything it may       *
#  describe, in whole, or in part, without the specific written consent of     *
#  Symbios Inc.                                                                *
#*******************************************************************************

#*******************************************************************************
#
# NAME:		postbackout
# VERSION:	1
# UPDATE DATE:	%date_modified: Wed Jul  8 10:11:51 1998 %
# INSPECTED ON:
#
# CONTACTS:
#   Originator:
#   Owner:
#   Backup:
#   Updater:	%created_by:    bmyers %
#
# DESCRIPTION:
#
#
# NOTES:
#
#
# REFERENCE:
# 1.  Source Code Integrity Measures
#
#
# CODING STANDARD WAIVERS:
#
#
#*******************************************************************************

/usr/bin/gencat /usr/lib/osa/messages.cat /usr/lib/osa/help/messages.txt 2> /dev/null

exit 0

