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 d12a10c97b
commit 43c9a26b9d
No known key found for this signature in database
GPG key ID: 574F281483054D44

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
#=================================================