Remove JRiver GPG key in uninstall()

This commit is contained in:
2025-04-22 16:36:03 -04:00
parent 347dcd44ae
commit 60ade196c5

View File

@@ -1576,6 +1576,10 @@ uninstall() {
err "Could not remove Media Center package" err "Could not remove Media Center package"
fi 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 if [[ -f $SCRIPT_DIR/.uninstall ]]; then
echo "Removing files from .uninstall log" echo "Removing files from .uninstall log"
while read -r p; do while read -r p; do