From c6d25e15aa86ebc7867040dc3b12248e51656bb4 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 10 May 2026 15:50:52 +0300 Subject: [PATCH] Update bpm hook --- pkg.info | 4 +++- source-files/20-grub.bpmhook | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) 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"