From 93a354611e38a6949add5c2e5ccc93ef79b9755f Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:32:36 +0000 Subject: Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI] --- linux/postinstall | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 linux/postinstall (limited to 'linux/postinstall') diff --git a/linux/postinstall b/linux/postinstall new file mode 100755 index 00000000..4eabef1b --- /dev/null +++ b/linux/postinstall @@ -0,0 +1,6 @@ +#!/bin/sh + +for i in /lib/modules/*; do + [ -f $i/modules.dep ] || continue + depmod ${i##*/} +done -- cgit v1.2.3