diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
commit | 81555e3bd23c74ce915d246ca51fa65d84c22ae7 (patch) | |
tree | 1ba136af6b87426d37d010866b5cdac110eaeaa8 /linux-lts-6.12-rc7-blob/90-linux.hook |
First commitdevelop
Diffstat (limited to 'linux-lts-6.12-rc7-blob/90-linux.hook')
-rwxr-xr-x | linux-lts-6.12-rc7-blob/90-linux.hook | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux-lts-6.12-rc7-blob/90-linux.hook b/linux-lts-6.12-rc7-blob/90-linux.hook new file mode 100755 index 0000000..d9ebdaa --- /dev/null +++ b/linux-lts-6.12-rc7-blob/90-linux.hook @@ -0,0 +1,11 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Target = boot/vmlinuz-%PKGBASE% +Target = lib/initcpio/* + +[Action] +Description = Updating %PKGBASE% initcpios +When = PostTransaction +Exec = /sbin/mkinitcpio -p %PKGBASE% |