Files
snigdhaos-system-config/etc/pacman.d/hooks/amd-ucode.hook

12 lines
246 B
Plaintext

[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = amd-ucode
[Action]
Description = Pacman hook to keep an up-to-date grub
When = PostTransaction
Exec = /bin/sh -c "grub-mkconfig -o /boot/grub/grub.cfg"