diff --git a/scripts/remove b/scripts/remove index d7d6bae..f2dc539 100755 --- a/scripts/remove +++ b/scripts/remove @@ -47,8 +47,6 @@ ynh_safe_rm "/etc/cron.d/$app" ynh_safe_rm "/etc/$app" -#REMOVEME? (Apps should not remove their log dir during remove ... this should only happen if --purge is used, and be handled by the core...) ynh_safe_rm "/var/log/$app" - #================================================= # END OF SCRIPT #=================================================