slackbuilds_ponce/network/wireguard-linux-compat/doinst.sh
Anj Duvnjak ca7f203dae network/wireguard-linux-compat: Added (WireGuard kernel module)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2020-01-02 23:33:51 -06:00

3 lines
93 B
Bash

if [ -x sbin/depmod ]; then
chroot . /sbin/depmod -a @KERNEL@ 1> /dev/null 2> /dev/null
fi