refresh-pkg-updates.hook: fix me ape
This commit is contained in:
parent
bc8c84b214
commit
10ebb0740d
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ Target = *
|
|||
|
||||
[Action]
|
||||
When = PostTransaction
|
||||
Exec = /bin/pgrep -u 1000 pkg-updates.sh || /bin/pkill -SIGUSR1 -u 1000 pkg-updates.sh
|
||||
Exec = /bin/sh -c '! /bin/pgrep -u 1000 pkg-updates.sh || /bin/pkill -SIGUSR1 -u 1000 pkg-updates.sh'
|
||||
|
|
Loading…
Reference in a new issue