octave: octave --force-gui is deprecated, use --gui instead

no revbump now, as the old option still works.
This commit is contained in:
Piraty 2018-07-22 13:42:10 +02:00 committed by maxice8
parent 71667b3b7c
commit 79fbb6d736

View file

@ -88,6 +88,6 @@ post_build() {
post_install() { post_install() {
# add helper to launch octave from dmenu etc. # add helper to launch octave from dmenu etc.
printf "#!/bin/sh\noctave --force-gui" > octave-gui printf "#!/bin/sh\noctave --gui" > octave-gui
vbin octave-gui vbin octave-gui
} }