diff options
author | Stu Miller <slackbuilds@go4it2day.com> | 2010-05-13 01:00:54 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 01:00:54 +0200 |
commit | e17bff9a863642bf6edcb1b191a793e2831f59aa (patch) | |
tree | 0500ff6106776dfee36f9d56a3d9e9058c5ebee8 /system/kvm-kmod/doinst.sh | |
parent | 8a1315a092a3ba5090dc4b8c7c4e4f4e0be549ff (diff) |
system/kvm-kmod: Added to 13.0 repository
Diffstat (limited to 'system/kvm-kmod/doinst.sh')
-rw-r--r-- | system/kvm-kmod/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/kvm-kmod/doinst.sh b/system/kvm-kmod/doinst.sh new file mode 100644 index 0000000000000..a91532f67eada --- /dev/null +++ b/system/kvm-kmod/doinst.sh @@ -0,0 +1,4 @@ +# Re-generate modules.dep and map files. +if [ -x sbin/depmod ]; then + chroot . /sbin/depmod -ae @KERNEL@ 1> /dev/null 2> /dev/null +fi |