1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00
searxng_ynh/scripts/remove
ewilly 2b0ee5f860 Major update
-  Move to manifest v2
-  Move to /var/www
-  Create a data dir to use user settings that overwrite default
up-to-date settings
-  Fix version info on main page
-  Fix some typo
-  Fix updater script with base = testing branch
2023-09-18 18:10:55 +02:00

27 lines
807 B
Bash
Executable file

#!/bin/bash
#=================================================
# GENERIC START
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# REMOVE SYSTEM CONFIGURATIONS
#=================================================
# REMOVE SYSTEMD SERVICE
#=================================================
ynh_script_progression --message="Removing system configurations related to $app..." --weight=1
ynh_remove_nginx_config
ynh_remove_uwsgi_service
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Removal of $app completed" --last