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