diff --git a/manifest.json b/manifest.json index ec9acd7..68eafa3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Photo management application that streamlines the process of storing, presenting and re-discovering photos", "fr": "Application de gestion de photos qui simplifie le processus de stocker, présenter er re-découvrir ses photos" }, - "version": "0.6.0~ynh1", + "version": "0.6.0~ynh2", "url": "https://photonix.org/", "license": "AGPL-3.0-only", "maintainer": { diff --git a/scripts/remove b/scripts/remove index 7fd935d..4aa17ed 100755 --- a/scripts/remove +++ b/scripts/remove @@ -92,6 +92,14 @@ ynh_remove_logrotate # Remove the log files ynh_secure_remove --file="/var/log/$app" +#================================================= +# REMOVE NODEJS +#================================================= +ynh_script_progression --message="Removing Node.js..." --weight=1 + +# Remove the app-specific logrotate config +ynh_remove_nodejs + #================================================= # GENERIC FINALIZATION #=================================================