summaryrefslogtreecommitdiff
path: root/misc/kvm/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kvm/doinst.sh')
-rw-r--r--misc/kvm/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/kvm/doinst.sh b/misc/kvm/doinst.sh
new file mode 100644
index 0000000000..e759a1ccea
--- /dev/null
+++ b/misc/kvm/doinst.sh
@@ -0,0 +1,4 @@
+# Re-generate modules.dep and map files.
+if [ -x sbin/depmod ]; then
+ chroot . /sbin/depmod -a 1> /dev/null 2> /dev/null
+fi