Add files via upload

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

View file

@ -7,4 +7,5 @@ Target = *
[Action] [Action]
Description = List orphans Description = List orphans
When = PostTransaction 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'"