diff --git a/scripts/remove b/scripts/remove index c49288c..d9bdbca 100644 --- a/scripts/remove +++ b/scripts/remove @@ -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 #=================================================