diff --git a/manifest.toml b/manifest.toml index 4202bf8..7b48a1a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -92,3 +92,9 @@ ram.runtime = "50M" [resources.database] type = "mysql" + + [resources.apt] + packages_from_raw_bash = """ + [[ "$export" == "libreoffice" ]] && ynh_exec_warn_less ynh_install_app_dependencies "unoconv libreoffice-writer" + [[ "$export" == "abiword" ]] && ynh_exec_warn_less ynh_install_app_dependencies "abiword" + """ \ No newline at end of file