mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
0dbc3a5839
This reverts commit ffc1f1f606
.
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
|
|
|