Browse Source

Add helpful messages to uninstaller

bryan 5 years ago
parent
commit
ff8d7e332b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      installJRMC

+ 2 - 1
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"
     }