distribution/packages/jelos/sources/autostart/common/004-upgrade

15 lines
317 B
Text
Raw Normal View History

#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
. /etc/profile
2022-03-16 22:33:09 +00:00
if [ "$(cat /storage/.config/boot.hint 2>/dev/null)" = "UPDATE" ]
then
if [ -e "/usr/share/post-update" ]
then
/usr/share/post-update
fi
rm /storage/.config/boot.hint
fi