aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc/pacman.d/hooks/orphans.hook
blob: aae91483360b11fc9e2fb777bb979bcd1e66291e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *

[Action]
Description = Searching for orphaned packages...
When = PostTransaction
Exec = /usr/bin/bash -c "/usr/bin/pacman -Qtd || /usr/bin/echo '==> no orphans found.'"