dotfiles/.config/pacman/hooks/90-needrestart-pacman.hook
Sergio Laín dd26468a9c
feat(pacman): new hooks
restart daemons, orphans name changed and new backup boot when new kernel update
2023-11-03 23:40:13 +01:00

12 lines
260 B
Text

[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *
[Action]
Description = Checking which daemons need to be restarted after library upgrades.
When = PostTransaction
Exec = /usr/bin/needrestart
Depends = needrestart