Update bpm hook

This commit is contained in:
2026-05-10 15:50:52 +03:00
parent 2a177efec1
commit c6d25e15aa
2 changed files with 4 additions and 4 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
name: grub name: grub
description: The GRand Unified Bootloader description: The GRand Unified Bootloader
version: "2.14" version: "2.14"
revision: 1 revision: 2
url: https://www.gnu.org/software/grub/ url: https://www.gnu.org/software/grub/
license: GPL3-or-later license: GPL3-or-later
maintainers:
- [email protected]
architecture: any architecture: any
type: source type: source
keep: keep:
+1 -3
View File
@@ -1,5 +1,3 @@
trigger_operations: ["install", "upgrade", "remove"] trigger_actions: ["install", "upgrade", "remove"]
target_type: "path"
targets: ["boot/vmlinu*"] targets: ["boot/vmlinu*"]
depends: ["grub"]
run: "/usr/sbin/update-grub" run: "/usr/sbin/update-grub"