#! /bin/sh
#*******************************************************************************
# E.S.O. - ACS project
#
# "@(#) $Id: epilogue,v 1.2 2005/05/03 08:42:19 bjeram Exp $"
#
# who       when      what
# --------  --------  ----------------------------------------------
# srankin  2004-07-25  created
#

# signal trap (if any)

export ACS_TMP=$PWD/tmp
acsutilTATEpilogue

#
# remove the temporary introot
rm -rf tmp/introot

#
# ___oOo___
