add hook changes
This commit is contained in:
parent
d11a8e59cc
commit
fc35ca45ef
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
[Trigger]
|
[Trigger]
|
||||||
Type = File
|
Type = File
|
||||||
Operation = Remove
|
Operation = Remove
|
||||||
Target = usr/lib/modules/%KERNVER%/vmlinuz
|
Target = boot/vmlinuz-%PKGBASE%
|
||||||
|
|
||||||
[Action]
|
[Action]
|
||||||
Description = Remove %PKGBASE% initramfs files...
|
Description = Remove %PKGBASE% initramfs files...
|
||||||
When = PreTransaction
|
When = PreTransaction
|
||||||
Exec = /usr/bin/rm -f /boot/initramfs-%PKGBASE%.img /boot/initramfs-%PKGBASE%-fallback.img
|
Exec = /usr/bin/rm -f /boot/initramfs-%PKGBASE%.img /boot/initramfs-%PKGBASE%-fallback.img
|
||||||
|
|
Loading…
Reference in a new issue