Pārlūkot izejas kodu

Remove JRiver GPG key in uninstall()

bryan 6 dienas atpakaļ
vecāks
revīzija
60ade196c5
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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