aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc/pacman.d
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pacman.d')
-rw-r--r--etc/pacman.d/hooks/orphans.hook1
1 files changed, 0 insertions, 1 deletions
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.'"