Mickael-Martin vor 7 Jahren
Ursprung
Commit
df186acd28
1 geänderte Dateien mit 1 neuen und 5 gelöschten Zeilen
  1. 1 5
      scripts/install

+ 1 - 5
scripts/install

@@ -13,12 +13,8 @@ source /usr/share/yunohost/helpers
 # MANAGE SCRIPT FAILURE
 # 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
 # Exit if an error occurs during the execution of the script
-#ynh_abort_if_errors
+ynh_abort_if_errors
 
 
 #=================================================
 #=================================================
 # RETRIEVE ARGUMENTS FROM THE MANIFEST
 # RETRIEVE ARGUMENTS FROM THE MANIFEST