summaryrefslogtreecommitdiffstats
path: root/system/kvm-kmod/doinst.sh
blob: 6510094161e069991ced7239d0461550da0d23cc (plain)
# Re-generate modules.dep and map files.
if [ -x sbin/depmod ]; then
  chroot . /sbin/depmod -a @KERNEL@ 1> /dev/null 2> /dev/null
fi