Skip to content

Commit

Permalink
Gentoo: Add support for lxde target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Jezak committed Mar 23, 2017
1 parent bf067a9 commit c6d01dd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions targets/lxde
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ CHROOTBIN='crouton-noroot startlxde'
. "${TARGETSDIR:="$PWD"}/common"

### Append to prepare.sh:
install lxde -- dictionaries-common chromium-browser network-manager wicd
if [ "${DISTROAKA:-"$DISTRO"}" = 'gentoo' ]; then
install lxde-meta
else
install lxde -- dictionaries-common chromium-browser network-manager wicd

# xenial needs a few more packages.
if release -ge xenial; then
install lxde-common lxsession-logout
# xenial needs a few more packages.
if release -ge xenial; then
install lxde-common lxsession-logout
fi
fi

TIPS="$TIPS
Expand Down

0 comments on commit c6d01dd

Please sign in to comment.