From e3132a97a6dbdd67e0984911b4b1ccd9fa8edaae Mon Sep 17 00:00:00 2001 From: Gofannon Date: Fri, 26 Aug 2022 19:33:17 +0200 Subject: [PATCH] Revert "apply 'example_ynh' - no idea if these are needed..." This reverts commit 26a16c44d0c58d1413c6c7beb5ca45ecfcf7ddfd. Unused bu the app! see https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/92#issuecomment-1223069994 --- scripts/backup | 4 ---- scripts/install | 4 ---- scripts/restore | 4 ---- 3 files changed, 12 deletions(-) diff --git a/scripts/backup b/scripts/backup index 0020188..994eb7f 100755 --- a/scripts/backup +++ b/scripts/backup @@ -13,10 +13,6 @@ 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 diff --git a/scripts/install b/scripts/install index e39993f..72bf387 100755 --- a/scripts/install +++ b/scripts/install @@ -13,10 +13,6 @@ 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 diff --git a/scripts/restore b/scripts/restore index 5469cad..5f1e0f4 100755 --- a/scripts/restore +++ b/scripts/restore @@ -13,10 +13,6 @@ 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