From 4bdf2f965c5395a3ae0cf6b57892d4ab6e61c0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 7 Mar 2021 20:30:12 +0100 Subject: [PATCH] Testing (#15) * Remove extra repo --- manifest.json | 2 +- scripts/remove | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9c6cf12..7856ce7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative front-end to YouTube", "fr": "Front-end alternatif à YouTube" }, - "version": "0.20.1~ynh5", + "version": "0.20.1~ynh6", "url": "https://invidio.us/", "license": "GPL-3.0-only", "maintainer": { diff --git a/scripts/remove b/scripts/remove index f04ba85..09d89e1 100644 --- a/scripts/remove +++ b/scripts/remove @@ -59,6 +59,11 @@ ynh_script_progression --message="Removing dependencies..." --weight=1 # Remove metapackage and its dependencies ynh_remove_app_dependencies +ynh_remove_extra_repo + +dpkg --configure -a +apt-key del "379CE192D401AB61" + #================================================= # REMOVE APP MAIN DIR #=================================================