diff --git a/pkg.info b/pkg.info index 18d3ed2..d617251 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,11 @@ name: grub description: The GRand Unified Bootloader version: "2.14" -revision: 1 +revision: 2 url: https://www.gnu.org/software/grub/ license: GPL3-or-later +maintainers: + - enumdev@enumerated.dev architecture: any type: source keep: diff --git a/source-files/20-grub.bpmhook b/source-files/20-grub.bpmhook index 170491a..fae8dbe 100644 --- a/source-files/20-grub.bpmhook +++ b/source-files/20-grub.bpmhook @@ -1,5 +1,3 @@ -trigger_operations: ["install", "upgrade", "remove"] -target_type: "path" +trigger_actions: ["install", "upgrade", "remove"] targets: ["boot/vmlinu*"] -depends: ["grub"] run: "/usr/sbin/update-grub"