summaryrefslogtreecommitdiff
path: root/academic/mathomatic/doinst.sh
diff options
context:
space:
mode:
authorMatthew Fillpot <mfilpot@gmail.com>2011-08-19 08:58:16 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-08-19 08:58:16 -0300
commit9edac5e33760d60c0780a84e0dc54e5b5033e280 (patch)
treead9a5fc6566c5f7f218b77770c40234d660e2553 /academic/mathomatic/doinst.sh
parent115c22990441559d34df90b05d65e344d797f8ce (diff)
downloadslackbuilds-9edac5e33760d60c0780a84e0dc54e5b5033e280.tar.gz
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.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/mathomatic/doinst.sh b/academic/mathomatic/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /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