diff --git a/orphans.hook b/orphans.hook index 04fc495..f49ee0a 100644 --- a/orphans.hook +++ b/orphans.hook @@ -7,4 +7,5 @@ Target = * [Action] Description = List orphans When = PostTransaction -Exec = /usr/bin/bash -c "(/usr/bin/pacman -Qtd && /usr/bin/echo 'uninstall all with »yay -Qtdq | yay -Rns -«') || /usr/bin/echo '==> None found'" +Exec = /usr/bin/bash -c "(pacman -Qtd && echo 'uninstall all with »pacman -Qtdq | pacman -Rs -«') || echo '==> None found'" +#Exec = /usr/bin/bash -c "(/usr/bin/pacman -Qtd && /usr/bin/echo 'uninstall all with »yay -Qtdq | yay -Rns -«') || /usr/bin/echo '==> None found'"