diff --git a/manifest.toml b/manifest.toml index 19fcc14..7da662b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,7 +20,7 @@ code = "https://github.com/eclipse/mosquitto" cpe = "cpe:2.3:a:eclipse:mosquitto" [integration] -yunohost = ">= 11.0.0" +yunohost = ">= 11.2.20" architectures = "all" multi_instance = false ldap = false diff --git a/scripts/remove b/scripts/remove index 90333b3..4227790 100755 --- a/scripts/remove +++ b/scripts/remove @@ -35,9 +35,6 @@ ynh_remove_logrotate #================================================= ynh_script_progression --message="Removing various files..." --weight=1 -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - # Remove the passwd file ynh_secure_remove --file="/etc/mosquitto/passwd"