#!/bin/sh # SPDX-License-Identifier: LGPL-2.1-or-later if [ "$1" = "final" ] && command -v bootctl > /dev/null; then bootctl install fi