slackbuilds_ponce/network/broadcom-sta/doinst.sh
Greg' Ar Tourter abfa84c322 Revert network/broadcom-sta removal and fix build
This reverts commit 52f92278a4
    and fixes compilation on 2.6.33.x kernels.
2010-05-26 23:57:57 -05:00

5 lines
145 B
Bash

# A good idea whenever kernel modules are added or changed:
if [ -x sbin/depmod ]; then
/sbin/depmod -a @KERNEL@ 1> /dev/null 2> /dev/null
fi