Remove appset-qt

This commit is contained in:
MatMoul 2018-07-22 22:34:09 +02:00
parent 6022605ff6
commit aec0d0aa22

View file

@ -2,7 +2,6 @@
. ./lib
options=()
options+=("octopi" "(AUR) (QT)" off)
options+=("appset-qt" "(AUR) (QT)" off)
options+=("pamac-aur" "(AUR) (GTK)" off)
sel=$(whiptail --backtitle "$apptitle" --title "PacMan GUI applications :" --checklist "Recommended to choose one" --cancel-button "Back" 0 0 0 \
@ -15,7 +14,6 @@ fi
for itm in $sel; do
case $itm in
'"octopi"' | \
'"appset-qt"' | \
'"pamac-aur"')
multilib="true"
aurpkg="$aurpkg $(echo $itm | sed 's/"//g')"