summaryrefslogtreecommitdiffstats
path: root/libalpm/hooks/60-mkinitcpio-remove.hook
AgeCommit message (Collapse)AuthorFilesLines
2020-07-06alpm-hooks should use Type = Path, not FilePiotr Gorski1-1/+1
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2019-10-29libalpm/hooks: Change the remove hook to PreTransaction and also match on ↵Giancarlo Razzolini1-1/+2
mkinitcpio-git. Since the hook actually needs to be able to match on a kernel pkgbase, it needs to be ran PreTransaction and not Post. Also add an additional target on mkinitcpio-git, to aid development.
2019-10-15Add a remove hookGiancarlo Razzolini1-0/+15
This hook triggers when a kernel is removed or when the mkinitcpio package itself is being removed.