Update calculators
This commit is contained in:
parent
fdc13d74a5
commit
3f20ef57f6
1 changed files with 1 additions and 4 deletions
|
@ -2,9 +2,8 @@
|
|||
. ./lib
|
||||
|
||||
options=()
|
||||
options+=("galculator" "" off)
|
||||
options+=("qalculate-gtk" "" off)
|
||||
options+=("calcoo" "(AUR)" off)
|
||||
options+=("x48" "(AUR)" off)
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "Office Tools applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \
|
||||
"${options[@]}" \
|
||||
|
@ -15,8 +14,6 @@ fi
|
|||
|
||||
for itm in $sel; do
|
||||
case $itm in
|
||||
'"calcoo"' | \
|
||||
'"x48"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";;
|
||||
*) pkg="$pkg $(echo $itm | sed 's/"//g')";;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue