1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/svgedit_ynh.git synced 2024-09-03 20:26:24 +02:00
svgedit_ynh/scripts/remove

25 lines
731 B
Text
Raw Permalink Normal View History

2017-03-17 12:10:31 +01:00
#!/bin/bash
2020-10-08 21:05:06 +02:00
#=================================================
# GENERIC START
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
2017-03-17 12:10:31 +01:00
2018-03-19 03:56:00 +01:00
source _common.sh
2020-10-08 21:05:06 +02:00
source /usr/share/yunohost/helpers
#=================================================
# REMOVE NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Removing NGINX web server configuration..." --weight=1
2017-03-17 12:10:31 +01:00
2020-10-08 21:05:06 +02:00
# Remove the dedicated NGINX config
2018-03-19 03:56:00 +01:00
ynh_remove_nginx_config
2020-10-08 21:05:06 +02:00
#=================================================
# END OF SCRIPT
#=================================================
2022-07-03 04:33:56 +02:00
ynh_script_progression --message="Removal of $app completed" --last