11 lines
283 B
Text
11 lines
283 B
Text
|
[Trigger]
|
||
|
Operation = Remove
|
||
|
Operation = Upgrade
|
||
|
Type = Package
|
||
|
Target = *
|
||
|
|
||
|
[Action]
|
||
|
Description = List orphans
|
||
|
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'"
|