Add spell check, thesorus, ... to office apps

This commit is contained in:
MatMoul 2016-04-09 01:23:29 +02:00
parent 9feea26d11
commit 06be13f1f6

View file

@ -3,6 +3,7 @@
options=()
options+=("Office Suites" "")
options+=("Office Spell Check and Thesaurus" "")
options+=("Office Tools" "")
@ -17,6 +18,7 @@ sed -i "/^defaultitem=/c\defaultitem=\"$sel\"" $0
case $sel in
"Office Suites") script install/apps/office/office;;
"Office Spell Check and Thesaurus") script install/apps/office/office-spell-thesaurus;;
"Office Tools") script install/apps/office/office-tools;;
esac