summaryrefslogtreecommitdiffstats
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, 0 insertions, 4 deletions
diff --git a/system/tp_smapi/doinst.sh b/system/tp_smapi/doinst.sh
deleted file mode 100644
index 6510094161..0000000000
--- a/system/tp_smapi/doinst.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-# Re-generate modules.dep and map files.
-if [ -x sbin/depmod ]; then
- chroot . /sbin/depmod -a @KERNEL@ 1> /dev/null 2> /dev/null
-fi