summarylogtreecommitdiffstats
path: root/nvidia.hook
blob: 620cfa88405b9fa8479b6ac90c90566af4a898ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Trigger]
Operation=Install
Operation=Upgrade
Operation=Remove
Type=Package
Target=nvidia
Target=linux
# Change the linux part above and in the Exec line if a different kernel is used

[Action]
Description=Update NVIDIA module in initcpio
Depends=mkinitcpio
When=PostTransaction
NeedsTargets
Exec=/bin/sh -c 'while read -r trg; do case $trg in linux) exit 0; esac; done; /usr/bin/mkinitcpio -P'