summaryrefslogtreecommitdiffstats
path: root/system/kqemu/doinst.sh
diff options
context:
space:
mode:
author David Woodfall <dave@unrealize.co.uk>2010-05-12 23:33:39 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 23:33:39 +0200
commitc24f767dc2253fc6e84c79c1c37c4339b1447a2f (patch)
treee3518a05a4105050a86cc8aff6f9fa48dafe8b31 /system/kqemu/doinst.sh
parent13b36e171846fd2c0ace58c1a2453b6161e88c2c (diff)
downloadslackbuilds-c24f767dc2253fc6e84c79c1c37c4339b1447a2f.tar.gz
slackbuilds-c24f767dc2253fc6e84c79c1c37c4339b1447a2f.tar.xz
system/kqemu: Added to 12.2 repository
Diffstat (limited to 'system/kqemu/doinst.sh')
-rw-r--r--system/kqemu/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/kqemu/doinst.sh b/system/kqemu/doinst.sh
new file mode 100644
index 0000000000..a91532f67e
--- /dev/null
+++ b/system/kqemu/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