mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
a2482f799f
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
5 lines
136 B
Bash
5 lines
136 B
Bash
# A good idea whenever kernel modules are added or changed:
|
|
if [ -x sbin/depmod ]; then
|
|
/sbin/depmod -a 1> /dev/null 2> /dev/null
|
|
fi
|
|
|