From 5986443589cb62f2aa2f3010760ebaf550eb8b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20S=C3=A1nchez=20Mu=C3=B1oz?= Date: Mon, 11 May 2020 20:38:26 +0200 Subject: [PATCH] Remove some packages from the list of extra packages after installing an unconfigured desktop. --- lib/util-advanced.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/util-advanced.sh b/lib/util-advanced.sh index e8244c8..6ee31d6 100644 --- a/lib/util-advanced.sh +++ b/lib/util-advanced.sh @@ -220,16 +220,12 @@ install_de_wm() { # Offer to install various "common" packages. DIALOG " $_InstComTitle " --checklist "\n$_InstComBody\n\n$_UseSpaceBar\n " 0 50 14 \ "bash-completion" "-" on \ - "gamin" "-" on \ - "gksu" "-" on \ "gnome-icon-theme" "-" on \ "gnome-keyring" "-" on \ "gvfs" "-" on \ "gvfs-afc" "-" on \ "gvfs-smb" "-" on \ "polkit" "-" on \ - "poppler" "-" on \ - "python2-xdg" "-" on \ "ntfs-3g" "-" on \ "ttf-dejavu" "-" on \ "xdg-user-dirs" "-" on \