mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
a2ecab12c1
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
4 lines
134 B
Bash
4 lines
134 B
Bash
# Re-generate modules.dep and map files.
|
|
if [ -x sbin/depmod ]; then
|
|
chroot . /sbin/depmod -a @KERNEL@ 1> /dev/null 2> /dev/null
|
|
fi
|