Skip to content

Commit e667ae5

Browse files
committed
more APA deferral
1 parent 1bc11f7 commit e667ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/functions/configuration/config-desktop.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function desktop_environment_check_if_valid() {
7777

7878
function interactive_desktop_main_configuration() {
7979
[[ $BUILD_DESKTOP != "yes" ]] && return 0 # Only for desktops.
80+
[[ $APA_IS_ACTIVE ]] || return 0 # APA takes care of installing desktop packages
8081

8182
DESKTOP_ELEMENTS_DIR="${SRC}/config/desktop/${RELEASE}"
8283
DESKTOP_CONFIGS_DIR="${DESKTOP_ELEMENTS_DIR}/environments"

0 commit comments

Comments
 (0)