From 3f20ef57f6f4362dd391c16a823fb09f42da37f5 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 6 Oct 2019 22:52:59 +0200 Subject: [PATCH] Update calculators --- install/apps/office/office-tools | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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