aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ipmi-kmod/files/pkg-install.in
blob: 375d226c46e85abe5962cc323527016c707c0e36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# $FreeBSD$
#

KMODDIR="%%KMODDIR%%"

if [ "$2" != "POST-INSTALL" ]; then
    exit 0
fi

type kldxref >/dev/null 2>&1 && kldxref ${KMODDIR} || true