浏览代码

Remove JRiver GPG key in uninstall()

bryan 6 天之前
父节点
当前提交
60ade196c5
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      installJRMC

+ 4 - 0
installJRMC

@@ -1576,6 +1576,10 @@ uninstall() {
     err "Could not remove Media Center package"
   fi
 
+  echo "Uninstalling JRiver Media Center GPG keys"
+  local keyfile="/usr/share/keyrings/jriver-com-archive-keyring.gpg"
+  [[ -f $keyfile ]] && execute sudo rm -f "$keyfile"
+
   if [[ -f $SCRIPT_DIR/.uninstall ]]; then
     echo "Removing files from .uninstall log"
     while read -r p; do