slackbuilds_ponce/network/broadcom-sta/doinst.sh
2010-05-13 00:59:55 +02: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