Aligner le paquet sur le modèle YunoHost

This commit is contained in:
Alexandre NOEL 2026-09-04 12:23:03 +02:00
commit 7ae2307abf
16 changed files with 302 additions and 35 deletions

View file

@ -1,5 +1,23 @@
#!/bin/bash
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source _common.sh
ynh_safe_rm "/usr/share/yunohost/applogos/$app.png"
source /usr/share/yunohost/helpers
#=================================================
# REMOVE SYSTEM CONFIGURATION
#=================================================
ynh_script_progression "Removing system configurations related to $app..."
ynh_config_remove_nginx
ynh_config_remove_phpfpm
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression "Removal of $app completed"