distribution/packages/ui/emulationstation/autostart/001-emulationstation

13 lines
306 B
Text
Raw Normal View History

2023-04-22 20:55:24 +00:00
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
. /etc/profile
if [ ! -L "/storage/.emulationstation" ] && \
[ -d /storage/.config/emulationstation ]
then
ln -sf /storage/.config/emulationstation /storage/.emulationstation
fi