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

#######################################
# 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