Make output of 'pacdiff' hook have an arrow

This commit is contained in:
flyingscorpio@arch-desktop 2020-12-06 12:25:12 +01:00
parent 92145b54c7
commit fab39e1615

View file

@ -8,4 +8,4 @@ Target = *
[Action]
Description = Looking for pacnew and pacsave files...
When = PostTransaction
Exec = /bin/sh -c '/usr/bin/find /etc -regextype posix-extended -regex ".+\.pac(new|save)" 2>/dev/null; echo "Done"'
Exec = /bin/sh -c '/usr/bin/find /etc -regextype posix-extended -regex ".+\.pac(new|save)" 2>/dev/null; echo "=> Done"'