summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--paccheck.hook4
1 files changed, 3 insertions, 1 deletions
diff --git a/paccheck.hook b/paccheck.hook
index c5f3668..f652fe0 100644
--- a/paccheck.hook
+++ b/paccheck.hook
@@ -7,7 +7,9 @@ case "$1" in
'foot')
echo '----------------------- Pacman Check Begin -------------------------'
echo
- paccheck --list-broken --sha256sum
+ if paccheck --list-broken --sha256sum; then
+ echo 'No errors found.'
+ fi
echo
echo '------------------------ Pacman Check End --------------------------'
;;