From 6d997261814afd1b6034705d14042f5a84f7d740 Mon Sep 17 00:00:00 2001 From: David P Date: Thu, 7 Dec 2017 18:37:46 -0300 Subject: Update libre/linux-libre pacman hooks and PKGBUILD --- libre/linux-libre/60-linux.hook | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/linux-libre/60-linux.hook (limited to 'libre/linux-libre/60-linux.hook') diff --git a/libre/linux-libre/60-linux.hook b/libre/linux-libre/60-linux.hook new file mode 100644 index 000000000..b33873c85 --- /dev/null +++ b/libre/linux-libre/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.3