Skip to content

Commit

Permalink
Minecraft Bedrock: purge packages on uninstall
Browse files Browse the repository at this point in the history
addresses concerns from #2485
  • Loading branch information
theofficialgman authored Nov 24, 2023
1 parent f221991 commit 9c63720
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/Minecraft Bedrock/uninstall
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/bin/bash

#Allow packages required by this app to be uninstalled
purge_packages || exit 1

sudo rm -f /opt/MCBedrock.AppImage
rm -rf ~/.local/bin/MCBedrock.AppImage ~/'.cache/Minecraft Linux Launcher' ~/.cache/mcpelauncher ~/.cache/mcpelauncher-webview ~/.cache/msa ~/.cache/msa-ui-qt ~/.local/share/msa ~/.local/share/applications/minecraftbedrock.desktop

0 comments on commit 9c63720

Please sign in to comment.