diff --git a/config_panel.toml b/config_panel.toml deleted file mode 100644 index e9dc008..0000000 --- a/config_panel.toml +++ /dev/null @@ -1,6 +0,0 @@ -version = "1.0" - -[main] -name.en = "Streams configuration" -name.fr = "Configuration de Streams" - diff --git a/scripts/config b/scripts/config deleted file mode 100644 index 42973b1..0000000 --- a/scripts/config +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -source _common.sh -source /usr/share/yunohost/helpers - -#================================================= -# RETRIEVE ARGUMENTS -#================================================= - -php_version="$YNH_PHP_VERSION" - -#================================================= -# SPECIFIC GETTERS FOR TOML SHORT KEY -#================================================= - -#================================================= -# SPECIFIC SETTERS FOR TOML SHORT KEYS -#================================================= - -ynh_app_config_validate() { - _ynh_app_config_validate -} - -ynh_app_config_apply() { - _ynh_app_config_apply -} - -ynh_app_config_run $1