blob: f15d97cd9f092ac794e31845a377674bcb17bbb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Trigger]
Operation = Install
Operation = Upgrade
Type = Path
Target = usr/src/*/dkms.conf
Target = usr/lib/modules/*/build/include/
Target = usr/lib/modules/*/modules.order
[Action]
Description = Install DKMS modules
Depends = dkms
When = PostTransaction
Exec = /usr/share/libalpm/scripts/dkms install
NeedsTargets
|