From ac02af34e6938758c236ee87e99a65e9d7318c43 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:25:08 +0000 Subject: Woodpecker CI 495bfcc4011c3eb286cb5e4d57aef27af6b8751e [SKIP CI] --- repos/extra/linux/postinstall | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 repos/extra/linux/postinstall (limited to 'repos/extra/linux/postinstall') 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 -- cgit v1.2.3