Remove JRiver GPG key in uninstall()
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user