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

#######################################
# This script will be called after an updated kernel has been installed
#######################################

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