slackbuilds_ponce/network/rtl-wifi/doinst.sh

5 lines
87 B
Bash
Raw Normal View History

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