From df186acd28e1fad7711c2cc688a2cb20655608ab Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Mon, 3 Dec 2018 12:13:40 +0100 Subject: [PATCH] Update install --- scripts/install | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index a13c2b2..0856309 100644 --- a/scripts/install +++ b/scripts/install @@ -13,12 +13,8 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= -ynh_clean_setup () { - ### Remove this function if there's nothing to clean before calling the remove script. - true -} # Exit if an error occurs during the execution of the script -#ynh_abort_if_errors +ynh_abort_if_errors #================================================= # RETRIEVE ARGUMENTS FROM THE MANIFEST