diff --git a/orphans.hook b/orphans.hook deleted file mode 100644 index 37efbe1..0000000 --- a/orphans.hook +++ /dev/null @@ -1,10 +0,0 @@ -[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'"