11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
[Trigger]
|
|
Type = Package
|
|
Operation = Install
|
|
Operation = Upgrade
|
|
Target = linux*
|
|
|
|
[Action]
|
|
Description = Update grub config
|
|
When = PostTransaction
|
|
Exec = /usr/bin/grub-mkconfig -o /boot/grub/grub.cfg
|