mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
bc18eb7aca
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
[Trigger]
|
|
Operation = Install
|
|
Operation = Upgrade
|
|
Operation = Remove
|
|
Type = Package
|
|
Target = usr/bin/*
|
|
|
|
[Action]
|
|
Depends = zsh
|
|
Depends = procps-ng
|
|
When = PostTransaction
|
|
Exec = /usr/bin/pkill zsh --signal=USR1
|