]> git.ipfire.org Git - thirdparty/systemd.git/blame - mkosi.postinst
Merge pull request #21501 from medhefgo/test
[thirdparty/systemd.git] / mkosi.postinst
CommitLineData
1b6f9b98
DDM
1#!/bin/sh
2# SPDX-License-Identifier: LGPL-2.1-or-later
3
4if [ "$1" = "final" ] && command -v bootctl > /dev/null; then
5 bootctl install
6fi