#!/bin/sh # # $FreeBSD: ports/sysutils/ipmi-kmod/files/pkg-install.in,v 1.1 2006/05/17 07:15:36 lawrance Exp $ # KMODDIR="%%KMODDIR%%" if [ "$2" != "POST-INSTALL" ]; then exit 0 fi type kldxref >/dev/null 2>&1 && kldxref ${KMODDIR} || true