Skip to content

Instantly share code, notes, and snippets.

@kpal19
kpal19 / arch-audit.hook
Created May 9, 2026 14:35 — forked from Strykar/arch-audit.hook
Pacman post transaction hook to list vulnerable packages base on Arch CVE
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *
[Action]
@kpal19
kpal19 / orphans.hook
Last active May 9, 2026 14:32 — forked from Strykar/orphans.hook
Pacman post transaction hook to list/remove orphaned packages
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *
[Action]
Description = Searching for orphaned packages...
When = PostTransaction