summaryrefslogtreecommitdiff
path: root/src/grp-boot/kernel-install/50-depmod.install
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-22 17:33:34 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-22 17:33:34 -0400
commit4bd618f4666fb6629f5426b915ce856114667b88 (patch)
tree8721fc6a02f15f4b42c6281dec7586ede1b25522 /src/grp-boot/kernel-install/50-depmod.install
parentacbe2e3a644cb0fea2e9ead61cae2128f97413bb (diff)
./tools/notsd-move
Diffstat (limited to 'src/grp-boot/kernel-install/50-depmod.install')
-rw-r--r--src/grp-boot/kernel-install/50-depmod.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/grp-boot/kernel-install/50-depmod.install b/src/grp-boot/kernel-install/50-depmod.install
new file mode 100644
index 0000000000..68c24bed7a
--- /dev/null
+++ b/src/grp-boot/kernel-install/50-depmod.install
@@ -0,0 +1,8 @@
+#!/bin/bash
+# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
+# ex: ts=8 sw=4 sts=4 et filetype=sh
+
+[[ $1 == "add" ]] || exit 0
+[[ $2 ]] || exit 1
+
+exec depmod -a "$2"