qubes-linux-utils/archlinux/PKGBUILD-qubes-prepare-vm-kernel.hook
Olivier MEDOC 589a035d85 archlinux: use pacman hook mechanism to build kernel support
Pacman automatically handle building of u2fmn.ko.

The same mechanism is now used to prepare the kernel
automatically when the kernel is updated.
2016-09-05 12:51:12 +02:00

14 lines
313 B
Plaintext

[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Target = usr/lib/modules/*/
Target = !usr/lib/modules/extramodules-*
Target = !usr/lib/modules/*/?*
[Action]
Description = Building and preparing the Qubes kernel modules...
When = PostTransaction
Exec = /usr/bin/qubes-prepare-vm-kernel
NeedsTargets