From 87033a4fb88c29e8184ed70817f1a03bad1f246e Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:54:17 +0100 Subject: chore: trim comments from etc configs - orphans.hook: remove commented-out alternative Exec line - reflector.conf: strip comment bloat, keep only active settings --- etc/pacman.d/hooks/orphans.hook | 1 - 1 file changed, 1 deletion(-) (limited to 'etc/pacman.d/hooks/orphans.hook') diff --git a/etc/pacman.d/hooks/orphans.hook b/etc/pacman.d/hooks/orphans.hook index 48c1d8d..aae9148 100644 --- a/etc/pacman.d/hooks/orphans.hook +++ b/etc/pacman.d/hooks/orphans.hook @@ -9,4 +9,3 @@ Target = * Description = Searching for orphaned packages... When = PostTransaction Exec = /usr/bin/bash -c "/usr/bin/pacman -Qtd || /usr/bin/echo '==> no orphans found.'" -#Exec = /usr/bin/bash -c "[[ if $(/usr/bin/pacman -Qtdq) = 0 ]] && /usr/bin/pacman -Rns $(/usr/bin/pacman -Qtdq) || /usr/bin/echo '==> No orphaned packages found.'" -- cgit v1.2.3-70-g09d2