From 7190717f7ce862800c7adb61faaa603dbe28bac4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Mar 2021 18:47:02 +0100 Subject: Adding upstream version 3.53. Signed-off-by: Daniel Baumann --- default_desktop | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 default_desktop (limited to 'default_desktop') diff --git a/default_desktop b/default_desktop new file mode 100644 index 0000000..9b840ee --- /dev/null +++ b/default_desktop @@ -0,0 +1,16 @@ +# Shell library to get the default desktop that tasksel will select +# for an architecture. +# +# This may be used outside of tasksel (eg, by debian-cd) so should be a +# stable interface. + +default_desktop_for_arch() { + case "$1" in + i386) echo gnome ;; + amd64) echo gnome ;; + # gnome only works on linux, + # and only on arches with 3d hardware + # or llvmpipe. See #765839. + *) echo xfce ;; + esac +} -- cgit v1.2.3