summarylogtreecommitdiffstats
path: root/90-kernel-install-add.hook
blob: 1e9053a7a377ea858aee14f54e0c2a0e71254514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Target = usr/lib/modules/*/vmlinuz
Target = usr/lib/modules/*/extramodules/*

[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
Target = boot/*-ucode.img
Target = usr/lib/booster/*
Target = usr/lib/initcpio/*
Target = usr/lib/initcpio/*/*
Target = usr/lib/dracut/*
Target = usr/lib/dracut/*/*
Target = usr/lib/dracut/*/*/*
Target = usr/lib/kernel/*
Target = usr/lib/kernel/*/*
Target = usr/src/*/dkms.conf

[Action]
Description = Installing kernel and initrd to $BOOT... (kernel-install)
When = PostTransaction
Exec = /usr/share/libalpm/scripts/kernel-install add
NeedsTargets