Update orphans.hook

This commit is contained in:
Leaced 2023-03-23 15:34:36 +01:00 committed by GitHub
parent c1f01afbf7
commit 0e8d8af6cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,3 @@ Target = *
Description = List orphans Description = List orphans
When = PostTransaction When = PostTransaction
Exec = /usr/bin/bash -c "(pacman -Qtd && echo 'uninstall all with »pacman -Qtdq | pacman -Rs -«') || 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'"