diff --git a/install/apps/office/office-tools b/install/apps/office/office-tools index f24d984..3e2306e 100644 --- a/install/apps/office/office-tools +++ b/install/apps/office/office-tools @@ -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