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