From ff8d7e332b0791a4ff1444e5a6eacec9f30bdbf2 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 16 Apr 2020 11:29:49 -0400 Subject: [PATCH] Add helpful messages to uninstaller --- installJRMC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 9cae295..6577e58 100755 --- a/installJRMC +++ b/installJRMC @@ -883,7 +883,8 @@ EOF" sudo apt-get remove "mediacenter$_mversion" -y fi echo "JRiver Media Center has been completely uninstalled" - echo "Your library files will remain at $HOME/.jriver" + echo "If you wish to remove your library files: rm -rf $HOME/.jriver" + echo "If you wish to remove your rpmbuild output files: rm -rf $_outputdir" }