瀏覽代碼

Add helpful messages to uninstaller

bryan 5 年之前
父節點
當前提交
ff8d7e332b
共有 1 個文件被更改,包括 2 次插入1 次删除
  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"
     }