From 2c8d8a7510f2a503b245e3e97ff0b9a12248b968 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 3 Feb 2022 22:04:18 +0100 Subject: [PATCH] Update remove --- scripts/remove | 8 ++++++++ 1 file changed, 8 insertions(+) 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 #=================================================