Add BPM hook for generating grub config automatically and cleaned up source.sh script

This commit is contained in:
2025-05-02 21:40:58 +03:00
parent bf6e6f126a
commit 0b5e9fe47b
3 changed files with 19 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
trigger_operations: ["install", "upgrade", "remove"]
target_type: "path"
targets: ["boot/vmlinu*"]
depends: ["grub"]
run: "grub-mkconfig -o /boot/grub/grub.cfg"