mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
ES-DE: post update scripts cleanup
This commit is contained in:
parent
f8a86faa4b
commit
42df8149e1
|
@ -242,9 +242,7 @@ post_update() {
|
|||
# - Change section name in retrodeck.cfg for ABXY button swap preset
|
||||
sed -i 's^nintendo_button_layout^abxy_button_swap^' "$rd_conf" # This is a one-off sed statement as there are no functions for replacing section names
|
||||
# in 3.0 .emulationstation was moved into ES-DE
|
||||
mv -f /var/config/es-de/ /var/config/es-de/ES-DE
|
||||
mv -f /var/config/es-de/.emulationstation /var/config/es-de/ES-DE
|
||||
ln -s /var/config/es-de/ES-DE /var/config/es-de/.emulationstation # symlinking it to mantain the compatibility # TODO: remove this symlink n 0.9.0b
|
||||
mv -f /var/config/emulationstation /var/config/ES-DE
|
||||
fi
|
||||
|
||||
# if [[ $prev_version -le "090" ]]; then
|
||||
|
|
Loading…
Reference in a new issue