summaryrefslogtreecommitdiffstats
path: root/misc/kvm/doinst.sh
blob: e759a1ccea15ab2cd42d57076f3c90d98a55faaa (about) (plain) (blame)
1
2
3
4
# Re-generate modules.dep and map files.
if [ -x sbin/depmod ]; then
  chroot . /sbin/depmod -a 1> /dev/null 2> /dev/null
fi