Remove appset-qt
This commit is contained in:
parent
6022605ff6
commit
aec0d0aa22
1 changed files with 0 additions and 2 deletions
|
@ -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')"
|
||||
|
|
Loading…
Add table
Reference in a new issue