Files
dotfiles/pacman/hooks/90-needrestart-pacman.hook
2025-08-13 21:46:48 +02:00

13 lines
260 B
Plaintext

[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