Explorar o código

Remove JRiver GPG key in uninstall()

bryan hai 6 días
pai
achega
60ade196c5
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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