aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/swupd-client/oe-swupd-helpers/systemdboot_updater.sh
blob: 470cd6efba97473c4aca7104578df5639b4fb4a6 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

#######################################
# systemd bootloader installer
# This script will be called after an updated bootloader has been installed
#######################################

### Enter your script here
echo "Running script 'systemdboot_updater.sh'"
exit 0