Adicionar etc/sudoers.d/sh/pacman-remove_orphans.sh

This commit is contained in:
2026-09-17 09:47:43 -03:00
parent 8d47c83356
commit 64c3c31092
@@ -0,0 +1,3 @@
#!/bin/sh
echo "Removing Orphans..."
sudo pacman -Rs $(pacman -Qtdq)