summaryrefslogtreecommitdiff
path: root/mkosi.postinst
blob: feb8203126d48f8f9a88eb6ba931ccc4d62bb7e6 (plain)
1
2
3
4
5
6
#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1-or-later

if [ "$1" = "final" ] && command -v bootctl > /dev/null; then
    bootctl install
fi