From 484634610b9b64018d0827fc8c11afb9001c6952 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Mon, 4 Jun 2018 23:05:10 +0200 Subject: [PATCH] Update Mate --- install/desktop/lxqt/complements | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install/desktop/lxqt/complements b/install/desktop/lxqt/complements index 1018777..b9cbfd8 100644 --- a/install/desktop/lxqt/complements +++ b/install/desktop/lxqt/complements @@ -6,8 +6,6 @@ options+=("sddm" "Display manager" on) options+=("oxygen-icons" "Default Icon Theme" on) options+=("connman" "Network Manager" on) options+=("obconf" "" on) -options+=("lximage-qt" "(AUR)" off) -options+=("lximage-qt-git" "(AUR)" off) options+=("lxqt-connman-applet-git" "(AUR) Applet for NM" off) @@ -20,9 +18,7 @@ fi for itm in $sel; do case $itm in - '"lxqt-connman-applet-git"' | \ - '"lximage-qt-git"' | \ - '"lximage-qt"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";; + '"lxqt-connman-applet-git"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";; *) pkg="$pkg $(echo $itm | sed 's/"//g')";; esac done