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

33 lines
881 B
Text
Raw Normal View History

2016-10-05 19:44:08 +02:00
#!/bin/bash
#=================================================
# GENERIC START
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
2016-10-05 19:44:08 +02:00
source _common.sh
2020-05-17 14:56:21 +02:00
source experimental_helpers/ynh_add_swap
2016-10-05 19:44:08 +02:00
source /usr/share/yunohost/helpers
#=================================================
2023-09-14 15:23:23 +02:00
# REMOVE SYSTEM CONFIGURATIONS
#=================================================
2023-09-14 15:23:23 +02:00
# REMOVE SYSTEMD SERVICE
#=================================================
ynh_script_progression --message="Removing system configurations related to $app..." --weight=1
ynh_remove_nginx_config
ynh_remove_fpm_config
ynh_remove_logrotate
2020-05-17 14:56:21 +02:00
ynh_del_swap
2019-08-24 12:54:18 +02:00
#=================================================
# END OF SCRIPT
#=================================================
2020-06-12 01:55:21 +02:00
ynh_script_progression --message="Removal of $app completed" --last