Add pacman orphan remove script
This commit is contained in:
2
bin/pacman-remove-orphans
Executable file
2
bin/pacman-remove-orphans
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env sh
|
||||
pacman -Qtdq | xargs --no-run-if-empty sudo pacman -Rns
|
||||
Reference in New Issue
Block a user