distribution/packages/jelos/sources/post-update

34 lines
1.1 KiB
Text
Raw Normal View History

#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
. /etc/profile
2022-03-28 23:53:26 +00:00
### This script contains items that we only want to execute after a JELOS upgrade,
### or after a fresh installation.
if [ -d "/storage/.config/system/configs" ]
then
EXCLUDE="--exclude=configs"
fi
rsync -a --delete ${EXCLUDE} /usr/config/system/ /storage/.config/system/ &
rsync -a --ignore-existing /usr/config/game /storage/.config/ &
2022-03-28 23:53:26 +00:00
rsync -a /usr/config/modules /storage/.config/ &
wait < <(jobs -p)
cp -f /usr/config/modules/gamelist.xml /storage/.config/modules
cp -f /usr/config/retroarch/retroarch-core-options.cfg /storage/.config/retroarch/retroarch-core-options.cfg
rm -rf /storage/roms/ports/JelosAddOns*
2022-05-13 16:53:23 +00:00
cp -r /usr/share/JelosAddOns /storage/roms/ports/
2022-05-13 15:24:28 +00:00
mv /storage/roms/ports/JelosAddOns/JelosAddOns.sh /storage/roms/ports/JelosAddOns.sh
2022-05-13 17:37:49 +00:00
rm -rf /storage/.config/modules/Drastic*
if [ -e /usr/config/ssh/authorized_keys ]; then
cp /usr/config/ssh/authorized_keys /storage/.ssh
fi
rsync --ignore-existing /usr/config/rsync-rules.conf /storage/.config/
rsync --ignore-existing /usr/config/rsync.conf /storage/.config/