feat: better driver support, grub

This commit is contained in:
AngeD 2023-03-14 18:49:40 +01:00
parent 2724a43e07
commit 788571364e
6 changed files with 37 additions and 24 deletions

View file

@ -0,0 +1,10 @@
[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Target = linux*
[Action]
Description = Update grub config
When = PostTransaction
Exec = /usr/bin/grub-mkconfig -o /boot/grub/grub.cfg

View file

@ -1,9 +0,0 @@
[Trigger]
Type = Package
Operation = Upgrade
Target = systemd
[Action]
Description = Gracefully upgrading systemd-boot...
When = PostTransaction
Exec = /usr/bin/systemctl restart systemd-boot-update.service