Software boutique is useless on arm64

This commit is contained in:
zador-blood-stained 2017-01-31 16:48:59 +03:00
parent e3a732c140
commit b0bb68d770

View file

@ -153,8 +153,8 @@ case $RELEASE in
;;
xenial)
PACKAGE_LIST_RELEASE="man-db wget nano"
PACKAGE_LIST_DESKTOP="$PACKAGE_LIST_DESKTOP thunderbird firefox gnome-icon-theme-full tango-icon-theme language-selector-gnome paprefs mate-utils \
ubuntu-mate-welcome mate-settings-daemon numix-gtk-theme"
PACKAGE_LIST_DESKTOP="$PACKAGE_LIST_DESKTOP thunderbird firefox gnome-icon-theme-full tango-icon-theme language-selector-gnome paprefs numix-gtk-theme"
[[ $ARCH == armhf ]] && PACKAGE_LIST_DESKTOP="$PACKAGE_LIST_DESKTOP mate-utils ubuntu-mate-welcome mate-settings-daemon"
;;
esac