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