From 8de1608a7714df5b7982133868417c58327f302a Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 2 Jun 2025 19:25:24 -0400 Subject: [PATCH] Also remove /usr/lib/jriver --- installJRMC | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/installJRMC b/installJRMC index 1ee9935..400f509 100755 --- a/installJRMC +++ b/installJRMC @@ -1631,6 +1631,12 @@ uninstall() { fi fi + if [[ -d $MC_ROOT ]]; then + if ask_ok "Remove MC installation directory $MC_ROOT?"; then + execute sudo rm -rf "$MC_ROOT" + fi + fi + if [[ -d $HOME/.jriver ]]; then if ask_ok "Backup and reset your MC library?"; then execute mv "$HOME/.jriver" "$HOME/.jriver.bk"