grub-pacman-hooks/hooks/90-grub-disk-type.hook

10 lines
228 B
Text
Raw Permalink Normal View History

2023-12-14 10:07:51 +03:30
[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'