From 3c851016628690f4a12f50bdcf2ab99f54bece22 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 21 Nov 2021 08:45:57 +0100 Subject: [PATCH] remove arch helper --- scripts/install | 1 - scripts/upgrade | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 3b21a35..0472aa6 100644 --- a/scripts/install +++ b/scripts/install @@ -7,7 +7,6 @@ #================================================= source _common.sh -source ynh_detect_arch__2 source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 1a7d922..fbdda49 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -7,7 +7,6 @@ #================================================= source _common.sh -source ynh_detect_arch__2 source /usr/share/yunohost/helpers #=================================================