Update bpm hook
This commit is contained in:
@@ -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,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"
|
||||||
|
|||||||
Reference in New Issue
Block a user