grub-pacman-hooks/hooks/90-grub-disk-type.hook
2023-12-14 10:07:51 +03:30

9 lines
228 B
Text

[Trigger]
Operation = Upgrade
Operation = Install
Type = Package
Target = grub
[Action]
Description = Reinstall and remake GRUB configuration
When = PostTransaction
Exec = /bin/bash -c '/etc/pacman.d/hooks/90-grub-disk-type.sh'