1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

packaging v1-v2: not 100% sure about this but it shouldnt be needed anymore to declare phpversion/YNH_PHP_VERSION, the phpversion setting will automagically be created using the dependency list

This commit is contained in:
Alexandre Aubin 2023-02-03 02:43:20 +01:00
parent de3663e2dc
commit 726ac9527e

View file

@ -255,6 +255,8 @@ def cleanup_scripts_and_conf(folder):
"^db_user=.*$",
"^db_pwd=.*$",
"^datadir=.*$",
"^phpversion=.*$",
"^YNH_PHP_VERSION=.*$",
"^.*ynh_psql_test_if_first_run.*$",
"^.*ynh_mysql_setup_db.*$",
"^.*ynh_psql_setup_db.*$",