From fab39e161522842d6a12406ab598b590392fc2e1 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sun, 6 Dec 2020 12:25:12 +0100 Subject: [PATCH] Make output of 'pacdiff' hook have an arrow --- pacman_hooks/pacdiff.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacman_hooks/pacdiff.hook b/pacman_hooks/pacdiff.hook index 776ba0a..d199333 100644 --- a/pacman_hooks/pacdiff.hook +++ b/pacman_hooks/pacdiff.hook @@ -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"'