#!/bin/sh
# Rikkiti: on kernel/initramfs changes, run the ESP-sync + un-brickable-boot machinery.
# Real logic is the shared script (shipped by rikkiti-desktop); INERT on non-systemd-boot.
[ -x /usr/local/lib/rikkiti/rikkiti-esp-sync ] && exec /usr/local/lib/rikkiti/rikkiti-esp-sync "$@"
exit 0
