diff options
author | Christopher L Duston <christopher.duston@protonmail.com> | 2020-02-08 14:35:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 14:35:48 +0700 |
commit | 3dbc66f96a32b9dfab4a57cb0aafd7f41c30bf69 (patch) | |
tree | 29113ac7f31b02dd091a242260723330758b3edc /academic/sage/doinst.sh | |
parent | 9642954ffe95c45fb5732e78feb47e3810a78171 (diff) |
academic/sage: Updated for version 9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/sage/doinst.sh')
-rw-r--r-- | academic/sage/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/sage/doinst.sh b/academic/sage/doinst.sh index 272b54cdf203..afc6c7588bab 100644 --- a/academic/sage/doinst.sh +++ b/academic/sage/doinst.sh @@ -4,7 +4,7 @@ if [ -x usr/share/texmf/bin/texhash ]; then fi # run sage at least once as root after moving it to a new location -echo "exit" | SAGEROOT/sage +#echo "exit" | SAGEROOT/sage if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |