diff options
author | David Woodfall <dave@unrealize.co.uk> | 2010-05-13 00:40:47 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:40:47 +0200 |
commit | 2a07dfb072911b2193ff8788978e879db253c3fe (patch) | |
tree | 3cbbb063da906a8ad2fc424da43e33e680c73dc7 /system/kqemu/doinst.sh | |
parent | 3c15d7c20c70d532dad5c09a4ed194619829e9fd (diff) |
system/kqemu: Updated for version 1.4.0pre1
Diffstat (limited to 'system/kqemu/doinst.sh')
-rw-r--r-- | system/kqemu/doinst.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/kqemu/doinst.sh b/system/kqemu/doinst.sh index a91532f67eada..6834286878569 100644 --- a/system/kqemu/doinst.sh +++ b/system/kqemu/doinst.sh @@ -1,4 +1 @@ -# Re-generate modules.dep and map files. -if [ -x sbin/depmod ]; then - chroot . /sbin/depmod -ae @KERNEL@ 1> /dev/null 2> /dev/null -fi +/sbin/depmod -a |