From bf67ccc4511ca1001680e197737a7061bb7b88a2 Mon Sep 17 00:00:00 2001 From: esche Date: Mon, 30 Sep 2024 21:11:51 +0200 Subject: [PATCH] =?UTF-8?q?orphans.hook=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orphans.hook | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 orphans.hook 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'"