From 80035a6c0e04a5dddf93a32bec88c46bbe971fde Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 23 May 2020 20:32:26 +0200 Subject: [PATCH] No need to source these anymore --- scripts/install | 1 - scripts/remove | 1 - scripts/restore | 1 - scripts/upgrade | 1 - 4 files changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index f51251d..4525689 100644 --- a/scripts/install +++ b/scripts/install @@ -7,7 +7,6 @@ #================================================= source _common.sh -source ynh_add_extra_apt_repos__3 source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/remove b/scripts/remove index 703afdd..72b5531 100644 --- a/scripts/remove +++ b/scripts/remove @@ -7,7 +7,6 @@ #================================================= source _common.sh -source ynh_add_extra_apt_repos__3 source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/restore b/scripts/restore index b2c7877..1557668 100644 --- a/scripts/restore +++ b/scripts/restore @@ -7,7 +7,6 @@ #================================================= source ../settings/scripts/_common.sh -source ../settings/scripts/ynh_add_extra_apt_repos__3 source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index b3a52fc..c4695cf 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -7,7 +7,6 @@ #================================================= source _common.sh -source ynh_add_extra_apt_repos__3 source /usr/share/yunohost/helpers #=================================================