aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/linux/postinstall
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/linux/postinstall')
-rwxr-xr-xrepos/extra/linux/postinstall6
1 files changed, 0 insertions, 6 deletions
diff --git a/repos/extra/linux/postinstall b/repos/extra/linux/postinstall
deleted file mode 100755
index 4eabef1b..00000000
--- a/repos/extra/linux/postinstall
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-for i in /lib/modules/*; do
- [ -f $i/modules.dep ] || continue
- depmod ${i##*/}
-done