#!/usr/bin/ksh
#
#pragma ident	"@(#)r.configmapconf	1.1	01/09/05 SMI"
#
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
# Class action script for removal of "configmapconf" class files
# (/etc/usb/config_map.conf file) installed by pkgadd
#
# This class action script intentionally does nothing. It is unsafe to undo
# the changes done to this file by i.configmapconf class action script. This
# script prevents clobbering of the existing file on removal of the package.

exit 0
