mirror of
https://github.com/YunoHost-Apps/phplicensewatcher_ynh.git
synced 2024-09-03 19:56:32 +02:00
cleaning
This commit is contained in:
parent
ae4e9e2e39
commit
fa7fae91b4
2 changed files with 6 additions and 8 deletions
|
@ -7,9 +7,9 @@ name = "PHPLicenseWatcher"
|
|||
description.en = "License manager"
|
||||
description.fr = "Gestionnaire de licences"
|
||||
|
||||
version = "2.210916~ynh1"
|
||||
version = "2.210916~ynh2"
|
||||
|
||||
maintainers = ["liberodark"]
|
||||
maintainers = []
|
||||
|
||||
[upstream]
|
||||
license = "GPL-3.0"
|
||||
|
@ -18,11 +18,14 @@ admindoc = "https://phplicensewatch.sourceforge.io/index.html#Documentation"
|
|||
code = "https://github.com/rpi-dotcio/phpLicenseWatcher"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 4.3.0"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
|
||||
ldap = "not_relevant"
|
||||
|
||||
sso = "not_relevant"
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
|
|
@ -21,11 +21,6 @@ if ynh_exec_warn_less yunohost service status $app >/dev/null; then
|
|||
yunohost service remove "$app"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# REMOVE SYSTEM CONFIGURATIONS
|
||||
#=================================================
|
||||
ynh_script_progression --message="Removing system configurations related to $app..." --weight=1
|
||||
|
||||
# Remove the dedicated NGINX config
|
||||
ynh_remove_nginx_config
|
||||
|
||||
|
|
Loading…
Reference in a new issue