# NoSignal: warn (in pacman/yay output) when a kernel image changes, so # out-of-band `pacman -Syu` / `yay` updates also remind the user to reboot. # The desktop notification is handled by nosignal-reboot-check (end of # nosignal-update / at login); this hook covers the terminal case. [Trigger] Type = Path Operation = Install Operation = Upgrade Operation = Remove Target = usr/lib/modules/*/vmlinuz [Action] Description = NoSignal: kernel changed — a reboot is required to load it... When = PostTransaction Exec = /bin/sh -c 'printf "\n>> NoSignal: kernel changed — REBOOT REQUIRED to load the new kernel.\n>> At the Limine menu, boot the UKI entry.\n\n"'