From 36d25bca04c82c77eb0a557196ebc256edd6fd55 Mon Sep 17 00:00:00 2001 From: RPI News <44128563+mobilegmYT@users.noreply.github.com> Date: Tue, 5 Jan 2021 17:00:55 -0700 Subject: [PATCH] Update uninstall --- apps/Minecraft Bedrock/uninstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Minecraft Bedrock/uninstall b/apps/Minecraft Bedrock/uninstall index 503fe45..67b873c 100755 --- a/apps/Minecraft Bedrock/uninstall +++ b/apps/Minecraft Bedrock/uninstall @@ -33,6 +33,6 @@ case $CHOICE in echo "Not removing any data! Hope you install me again!" ;; 2) - echo "Removing ALL game data! Press [CTRL+C within the next 10 seconds to cancel]" && sleep 10 && echo "REMOVING DATA!" && rm -rf ~/.config/Minecraft\ Linux\ Launcher && rm -rf ~/.cache/Minecraft\ Linux\ Launcher && rm -rf ~/.cache/mcpelauncher && rm -rf ~/.cache/mcpelauncher-webview && rm -rf ~/.cache/msa && rm -rf ~/.cache/msa-ui-qt && rm -rf ~/.local/share/mcpelauncher && rm -rf ~/.local/share/msa + echo "Removing ALL game data! Press [CTRL+C within the next 10 seconds to cancel]" && sleep 10 && echo "REMOVING DATA!" && rm -rf ~/.config/Minecraft\ Linux\ Launcher && rm -rf ~/.local/share/mcpelauncher ;; -esac \ No newline at end of file +esac