#!/bin/sh
# Copyright 1999 Sun Microsystems, Inc. All Rights Reserved.
#
# "@(#)postpatch       1.5     99/01/29 SMI"
#

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

echo "---------------------------------------------------------------"
echo "You will have to restart im.server or reboot the system before"
echo "reusing SIMS."
echo "---------------------------------------------------------------"

exit 0

