diff options
author | Dylan Armitage <d.armitage89@gmail.com> | 2010-05-12 23:27:39 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:27:39 +0200 |
commit | 08f85b8aa5a853acd4c5a2d5d387db70e70cd6ad (patch) | |
tree | cf4b980964e9d768065d708c87ec558059a775ac /academic/mathomatic/doinst.sh | |
parent | 7f0ed111c7dde7444586f60c07a900ed839f3484 (diff) | |
download | slackbuilds-08f85b8aa5a853acd4c5a2d5d387db70e70cd6ad.tar.gz |
academic/mathomatic: Added to 12.2 repository
Diffstat (limited to 'academic/mathomatic/doinst.sh')
-rw-r--r-- | academic/mathomatic/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/mathomatic/doinst.sh b/academic/mathomatic/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/academic/mathomatic/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |