SpectreOS-old/pacman-hooks/systemd-bootloader-update.hook
2018-08-21 22:00:06 +02:00

12 lines
214 B
Text

[Trigger]
Operation = Remove
Operation = Upgrade
Type = Package
Target = linux
Target = grub
[Action]
Depends = coreutils
Depends = bash
When = PostTransaction
Exec = /usr/bin/bash -c '/usr/bin/update-bootloader'