slackbuilds_ponce/network/WireGuard/doinst.sh

4 lines
93 B
Bash
Raw Normal View History

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