#
# ident "@(#)preinstall.src	1.3 05/05/27 SMI"
#
# Copyright 2004, 2005 Sun Microsystems, Inc.  All rights reserved.
#

PATH=/bin:/usr/bin:/sbin:/usr/sbin

if [ -z "$PKG_INSTALL_ROOT" ]; then PKG_INSTALL_ROOT=""; fi

set -u

# Remove utdhcp links in the /etc/rc?.d directories.  These links are
# created by utadm in SR 1.x.
#
rm -f $PKG_INSTALL_ROOT/etc/rc?.d/[KS]35utdhcp 2> /dev/null

# Always succeeds
exit 0
