distribution/packages/ui/emulationstation/autostart/001-emulationstation
2023-08-07 00:30:11 +00:00

13 lines
368 B
Bash
Executable file

#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
# Minimal OS variable loading for performance
. /etc/profile.d/02-distribution
if [ ! -L "/storage/.emulationstation" ] && \
[ -d /storage/.config/emulationstation ]
then
ln -sf /storage/.config/emulationstation /storage/.emulationstation
fi