diff --git a/desktop.sh b/desktop.sh index 229a1edb5a..e08aeacdea 100644 --- a/desktop.sh +++ b/desktop.sh @@ -81,7 +81,7 @@ if [[ $LINUXFAMILY == *sun* && $BRANCH == "default" ]]; then cp $SRC/lib/config/sunxi-udev/* $DEST/cache/sdcard/etc/udev/rules.d/ cp $SRC/lib/config/xorg.conf.sunxi $DEST/cache/sdcard/etc/X11/xorg.conf - if [[ $RELEASE == "jessie" || $RELEASE == "xenial" ]]; then + if [[ $RELEASE == "jessie" ]]; then cp -R $SRC/lib/bin/sunxi-debs $DEST/cache/sdcard/tmp/debs error_num=0 display_alert "Installing desktop-extras for sunxi" "sunxi" "info"