1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00

Update remove

This commit is contained in:
ericgaspar 2022-02-03 22:04:18 +01:00
parent 03ee3b8145
commit 2c8d8a7510

View file

@ -46,6 +46,14 @@ ynh_script_progression --message="Removing Kiwiirc..." --weight=6
dpkg --remove kiwiirc
#=================================================
# REMOVE VARIOUS FILES
#=================================================
ynh_script_progression --message="Removing various files..." --time --weight=1
# Remove a cron file
ynh_secure_remove --file="/etc/$app"
#=================================================
# REMOVE NGINX CONFIGURATION
#=================================================