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
description: The GRand Unified Bootloader
version: "2.14"
revision: 1
revision: 2
url: https://www.gnu.org/software/grub/
license: GPL3-or-later
maintainers:
- [email protected]
architecture: any
type: source
keep:
+1 -3
View File
@@ -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"