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

26 lines
723 B
Text
Raw Normal View History

2020-09-29 16:25:50 +02:00
#!/bin/bash
#=================================================
# GENERIC START
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
2024-01-17 00:10:12 +01:00
# REMOVE SYSTEM CONFIGURATIONS
2020-09-29 16:25:50 +02:00
#=================================================
2024-01-17 00:10:12 +01:00
ynh_script_progression --message="Removing system configurations related to $app..." --weight=1
2020-09-29 16:25:50 +02:00
ynh_remove_nginx_config
2022-06-16 03:06:21 +02:00
ynh_remove_nodejs
2020-09-29 16:25:50 +02:00
#=================================================
# END OF SCRIPT
#=================================================
2022-06-16 03:06:21 +02:00
ynh_script_progression --message="Removal of $app completed" --last