slackbuilds_ponce/network/WireGuard/doinst.sh
David Spencer 7f804926b3 network/WireGuard: Added (fast, modern, secure VPN).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-08-12 06:58:32 +07:00

3 lines
93 B
Bash

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