#!/usr/bin/env bash # Migration: install nosignal-reboot-check + the pacman kernel-change hook and # wire the check into nosignal-update, so the user is told to reboot after a # kernel update. Idempotent — delegates to the component installer. set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sh "$NOSIGNAL_SRC/kernel-reboot-notify/install-kernel-reboot-notify.sh"