浏览代码

For uninstall() strip package version specifier

bryan 5 月之前
父节点
当前提交
413580f4ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1505,7 +1505,7 @@ uninstall() {
   fi
 
   echo "Uninstalling JRiver Media Center package"
-  if "${PKG_REMOVE[@]}" "$MC_PKG"; then
+  if "${PKG_REMOVE[@]}" "${MC_PKG%%=*}"; then # remove version specifier
     echo "JRiver Media Center has been completely uninstalled"
     echo "To remove your MC library: rm -rf $HOME/.jriver"
   elif [[ $? -eq 100 ]]; then