From af608783ffa5ee1ec017b2afad372053e6554466 Mon Sep 17 00:00:00 2001 From: Botspot Date: Thu, 9 Sep 2021 00:19:57 -0500 Subject: [PATCH] Stunt Rally: uninstall: fully use purge-installed --- apps/Stunt Rally/uninstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Stunt Rally/uninstall b/apps/Stunt Rally/uninstall index 75e45cc..9b3108a 100755 --- a/apps/Stunt Rally/uninstall +++ b/apps/Stunt Rally/uninstall @@ -10,7 +10,7 @@ function error { sudo rm -f /usr/share/applications/stuntrally.desktop sudo rm -f /usr/share/applications/sr-editor.desktop -sudo apt purge stunt-rally -y || error "Failed to uninstall stunt rally!" "${DIRECTORY}/purge-installed" "$(dirname "$0")" || exit 1 -rm -r $HOME/.config/stuntrally/ \ No newline at end of file +rm -rf $HOME/.config/stuntrally/ +