diff --git a/functions/post_update.sh b/functions/post_update.sh
index 866c3942..1e9be059 100644
--- a/functions/post_update.sh
+++ b/functions/post_update.sh
@@ -304,6 +304,13 @@ post_update() {
# if [[ $(check_version_is_older_than "0.9.0b") == "true" ]]; then
# # Placeholder for version 0.9.0b
# rm /var/config/emulationstation/.emulationstation # remving the old symlink to .emulationstation as it might be not needed anymore
+ # TODO: change RETRODECKHOMEDIR/bios/cemu in emu-configs/cemu/settings.xml into RETRODECKHOMEDIR/bios/cemu/mlc
+ # if [ ! -d "$bios_folder/cemu/mlc" ]; then
+ # log i "Cemu MLC folder was moved from \"$bios_folder/cemu\" to \"$bios_folder/cemu/mlc\", migrating it"
+ # mv -f "$bios_folder/cemu" "$bios_folder/cemu/mlc"
+ # # TODO: set setting value mlc_path in settings.xml (check prepare script)
+ # fi
+ # TODO: we must empty-symlink cemu keys.txt from /var/data/Cemu/keys.txt to $bios_folder/cemu/keys.txt but if itÅ› already in place we should move it
# fi
# The following commands are run every time.