From 46ca440e9d6cc606d9c3233021e32d24b25172cf Mon Sep 17 00:00:00 2001 From: emmett1 Date: Fri, 24 May 2024 12:22:12 +0800 Subject: added repos --- repos/extra/linux/postinstall | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 repos/extra/linux/postinstall (limited to 'repos/extra/linux/postinstall') diff --git a/repos/extra/linux/postinstall b/repos/extra/linux/postinstall new file mode 100755 index 00000000..c534c66d --- /dev/null +++ b/repos/extra/linux/postinstall @@ -0,0 +1,3 @@ +#!/bin/sh + +for i in /lib/modules/*; do depmod ${i##*/}; done -- cgit v1.2.3