aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/swupd-client/oe-swupd-helpers/clr_pre_update.sh
blob: 835948da7f3df5e44ad89df8d5a4a436ce83abbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
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