Explorar el Código

Add helpful messages to uninstaller

bryan hace 5 años
padre
commit
ff8d7e332b
Se han modificado 1 ficheros con 2 adiciones y 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"
     }