Arch-Config/etc/pacman.d/hooks/orphans.hook

11 lines
261 B
Text
Raw Permalink Normal View History

2024-09-30 20:43:31 +02:00
[Trigger]
Operation = Remove
Operation = Upgrade
Type = Package
Target = *
[Action]
Description = List orphans
When = PostTransaction
Exec = /usr/bin/bash -c "(pacman -Qtd && echo 'uninstall all with »pacman -Qtdq | pacman -Rs -«') || echo '==> None found'"