[PATCH clr-bundles] desktop: replace also-add for include bundle desktop-assets-extras
by Simental Magana, Marcos
This fixes https://github.com/clearlinux/distribution/issues/1766
While we want to decouple 3rd party theme/extensions, we don't
want to break defaults like this, marking desktop-assets-extras
as a soft requirement won't install it when updating, but on new
bundle-add commands only.
This change should be reverted at some point in the future (probaby
in the middle of a format bump).
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana(a)intel.com>
---
bundles/desktop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bundles/desktop b/bundles/desktop
index bd4c7cb0..a2736354 100644
--- a/bundles/desktop
+++ b/bundles/desktop
@@ -13,7 +13,7 @@ include(desktop-locales)
include(lib-imageformat)
# themes + extensions
-also-add(desktop-assets-extras)
+include(desktop-assets-extras)
# the UI should provide a basic sysadmin experience
include(openssl)
--
2.25.1