Change pacdiff hook to the non interactive find command from arch wiki

This commit is contained in:
flyingscorpio@arch-desktop 2020-12-03 13:36:47 +01:00
parent 70eaddd810
commit 190e2c86d8

View file

@ -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'