Remove JRiver GPG key in uninstall()

This commit is contained in:
2025-04-22 16:36:03 -04:00
부모 347dcd44ae
커밋 60ade196c5

파일 보기

@@ -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