summarylogtreecommitdiffstats
path: root/log-foreign.hook
blob: c2bafdd48b81eaa2ff13a5b92e48322c99b46b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Trigger]
Operation=Install
Operation=Upgrade
Operation=Remove
Type=Package
Target=*

[Action]
Description=Log Foreign Packages
When=PostTransaction
Exec=/bin/bash -c 'pkgs="$(pacman -Qm)"; if [[ ! -z "$pkgs" ]]; then echo -e "The following packages are foreign and not found in any package database:\n$pkgs\nYou may want to remove or replace these."; fi'