#!/bin/ksh
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# pkgX11loc43N src/packages/X11/loc/EN_US/base/lib/usr/X11.loc.EN_US.base.lib.unpost_i.sh 1.1 
#  
# Licensed Materials - Property of IBM 
#  
# Restricted Materials of IBM 
#  
# (C) COPYRIGHT International Business Machines Corp. 1998 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 
# @(#)55	1.1  src/packages/X11/loc/EN_US/base/lib/usr/X11.loc.EN_US.base.lib.unpost_i.sh, pkgloc, pkgX11loc43N, 990325 8/1/98 15:22:00
#
#----------------------------------------------------------------
#  Remove Customiziing Tool from Dt
#----------------------------------------------------------------
/etc/dtappintegrate -s /usr/lpp/X11/custom -l EN_US -u > /dev/null 2>&1

#----------------------------------------------------------------
#  Remove X examples from Dt
#----------------------------------------------------------------
/etc/dtappintegrate -s /usr/lpp/X11/Xamples -l EN_US -u > /dev/null 2>&1

#----------------------------------------------------------------
#  return to instal with successful return code
#----------------------------------------------------------------

exit 0      # exit with pass value
