Change pacdiff hook to the non interactive find command from arch wiki
This commit is contained in:
parent
70eaddd810
commit
190e2c86d8
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ Type = Package
|
|||
Target = *
|
||||
|
||||
[Action]
|
||||
Description = Running pacdiff...
|
||||
Description = Looking for pacnew and pacsave files...
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/pacdiff
|
||||
Exec = find / -regextype posix-extended -regex ".+\.pac(new|save)" 2> /dev/null && echo 'You should run pacdiff now'
|
||||
|
|
Loading…
Add table
Reference in a new issue