![Olivier MEDOC](/assets/img/avatar_default.png)
Pacman automatically handle building of u2fmn.ko. The same mechanism is now used to prepare the kernel automatically when the kernel is updated.
14 lines
313 B
Plaintext
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
|