diff options
author | Matthew Fillpot <mfilpot@gmail.com> | 2011-08-19 08:58:16 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-19 08:58:16 -0300 |
commit | 9edac5e33760d60c0780a84e0dc54e5b5033e280 (patch) | |
tree | ad9a5fc6566c5f7f218b77770c40234d660e2553 /academic/mathomatic/doinst.sh | |
parent | 115c22990441559d34df90b05d65e344d797f8ce (diff) |
academic/mathomatic: Updated for version 15.6.3 (+new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'academic/mathomatic/doinst.sh')
-rw-r--r-- | academic/mathomatic/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/mathomatic/doinst.sh b/academic/mathomatic/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/academic/mathomatic/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |