#!/bin/sh
# Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.
#
# ""@(#)prebackout       1.4     99/01/29 SMI"
#

MV=/usr/bin/mv
GREP=/usr/bin/grep
PKGINFO=/usr/bin/pkginfo
UNAME=/usr/bin/uname

echo "prebackout script complete, backing out files..."
exit 0

