From 9d0682426dab19fb1d29a7934429c5d52ca12b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:28:43 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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