summaryrefslogtreecommitdiffstats
path: root/system/hp-wmi-sensors/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/hp-wmi-sensors/doinst.sh')
-rw-r--r--system/hp-wmi-sensors/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/hp-wmi-sensors/doinst.sh b/system/hp-wmi-sensors/doinst.sh
new file mode 100644
index 0000000000..b17f2a6739
--- /dev/null
+++ b/system/hp-wmi-sensors/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x sbin/depmod ]; then
+ chroot . /sbin/depmod -a 1> /dev/null 2> /dev/null
+fi