From cce2cd7f783b7b7557459129e90afc9a48601aa3 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 29 Oct 2016 09:20:46 +0200 Subject: [PATCH] Bugfix - removing package which not exists in Jessie package base --- configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.sh b/configuration.sh index ada1dc12e8..5c3600ac91 100644 --- a/configuration.sh +++ b/configuration.sh @@ -142,7 +142,7 @@ case $RELEASE in ;; jessie) PACKAGE_LIST_RELEASE="less makedev kbd libpam-systemd iperf3 software-properties-common libnss-myhostname f2fs-tools" - PACKAGE_LIST_DESKTOP="$PACKAGE_LIST_DESKTOP mozo pluma iceweasel libreoffice-writer libreoffice-style-tango libreoffice-gtk libreoffice-gtk3icedove policykit-1 policykit-1-gnome eject" + PACKAGE_LIST_DESKTOP="$PACKAGE_LIST_DESKTOP mozo pluma iceweasel libreoffice-writer libreoffice-style-tango libreoffice-gtk policykit-1 policykit-1-gnome eject" ;; trusty) PACKAGE_LIST_RELEASE="man-db wget nano software-properties-common iperf f2fs-tools acpid"