Command was failing
This commit is contained in:
parent
190e2c86d8
commit
ced8b15b50
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ Target = *
|
|||
[Action]
|
||||
Description = Looking for pacnew and pacsave files...
|
||||
When = PostTransaction
|
||||
Exec = find / -regextype posix-extended -regex ".+\.pac(new|save)" 2> /dev/null && echo 'You should run pacdiff now'
|
||||
Exec = /bin/sh -c '/usr/bin/find / -regextype posix-extended -regex ".+\.pac(new|save)" 2>/dev/null; echo "Done"'
|
||||
|
|
Loading…
Add table
Reference in a new issue