Added pacman hook to rehash zsh

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-22 09:19:46 +02:00
parent 189c3d0efb
commit 228a87f7aa
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -0,0 +1,12 @@
[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