From 9e4703a4247f3afa30101ce6a62f30d7faf2558b Mon Sep 17 00:00:00 2001 From: MatMoul Date: Fri, 18 Nov 2016 21:07:45 +0100 Subject: [PATCH] Update Desktop LXQT --- 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 4572fa5..1018777 100644 --- a/install/desktop/lxqt/complements +++ b/install/desktop/lxqt/complements @@ -22,11 +22,7 @@ for itm in $sel; do case $itm in '"lxqt-connman-applet-git"' | \ '"lximage-qt-git"' | \ - '"lximage-qt"' | \ - '"obconf-qt-git"' | \ - '"obconf-qt"' | \ - '"qterminal-git"' | \ - '"qterminal"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";; + '"lximage-qt"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";; *) pkg="$pkg $(echo $itm | sed 's/"//g')";; esac done