From 70865714edaf232a259721fbff64e465e25f3274 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 25 Jan 2019 01:02:27 -0800 Subject: Initial commit --- 60-linux.hook | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 60-linux.hook (limited to '60-linux.hook') diff --git a/60-linux.hook b/60-linux.hook new file mode 100644 index 0000000..b33873c --- /dev/null +++ b/60-linux.hook @@ -0,0 +1,12 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Operation = Remove +Target = usr/lib/modules/%KERNVER%/* +Target = usr/lib/modules/%EXTRAMODULES%/* + +[Action] +Description = Updating %PKGBASE% module dependencies... +When = PostTransaction +Exec = /usr/bin/depmod %KERNVER% -- cgit v1.2.1