aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/swupd-client/oe-swupd-helpers/clr_pre_update.sh
blob: 6302090b9e79dd60790cb61139ef4e09c4bb438f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
set -u

#######################################
# Clear Linux General Purpose Pre-update helper script
#  This is a script meant to update state information external to what swupd updates.
#  The specific content of this script will vary over time, according to the state
#  change needed
#######################################

UPDATE_NAME="Pre-update"
VERSION="3.60"

### Enter your script here
echo "Running script '$UPDATE_NAME'"
exit 0