#!/bin/sh
#
#ident  "@(#)postinstall        1.2     95/06/12 SMI"
#
# Copyright (c) 1995 by Sun Microsystems, Inc.

if [ "${PKG_INSTALL_ROOT:=/}" = "/" ]
then
	ADD_DRV="add_drv"
else
	ADD_DRV="add_drv -b ${PKG_INSTALL_ROOT}"
fi

$ADD_DRV $PKG_INSTALL_ROOT/kernel/drv/logindmux

exit 0
