Explorar o código

Add helpful messages to uninstaller

bryan %!s(int64=5) %!d(string=hai) anos
pai
achega
ff8d7e332b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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"
     }