From 2bc4ebc458f7b4ec8138d2ec97a2511e6be3c2a9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 27 Jun 2018 16:08:45 -0700 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