diff options
| author | 2024-04-20 14:04:19 -0400 | |
|---|---|---|
| committer | 2024-04-20 18:10:55 +0000 | |
| commit | e4481149f4d7a02c2fa5b18bae051d8e22df5db6 (patch) | |
| tree | ff7e0a278e426a4bab4c9a751c50fbf5f3f56a4c /components | |
| parent | 72083f7ba069497df8ae3ec41424854d6964b646 (diff) | |
| download | kiwi-descriptions-e4481149f4d7a02c2fa5b18bae051d8e22df5db6.tar.gz kiwi-descriptions-e4481149f4d7a02c2fa5b18bae051d8e22df5db6.zip | |
components/desktops/common: Drop nonexistent groups
This also includes an adjustment to use the correct group for printing.
Diffstat (limited to 'components')
| -rw-r--r-- | components/desktops/common.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/desktops/common.xml b/components/desktops/common.xml index 08d6956..793c351 100644 --- a/components/desktops/common.xml +++ b/components/desktops/common.xml @@ -3,13 +3,11 @@ <profile name="DesktopCommon" description="Common desktop packages"/> </profiles> <packages type="image" patternType="plusRecommended" profiles="DesktopCommon"> - <namedCollection name="internet-browser"/> <namedCollection name="fonts"/> <namedCollection name="multimedia"/> <namedCollection name="networkmanager-submodules"/> - <namedCollection name="office-suite"/> <namedCollection name="hardware-support"/> - <namedCollection name="print-client"/> + <namedCollection name="printing"/> <namedCollection name="guest-desktop-agents"/> <namedCollection name="standard"/> <ignore name="gfs2-utils"/> |