diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:57:22 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:57:22 +0200 |
commit | f334d6acba797cac07b34bcb7e016ccf2267dbba (patch) | |
tree | 1ae769b2683c3f009c6c274ed28b989d347d773a /academic/tuxmath/doinst.sh | |
parent | d88e3d82a24aa2bf0e6f0aeb3579128f779bb687 (diff) | |
download | slackbuilds-f334d6acba797cac07b34bcb7e016ccf2267dbba.tar.gz |
academic/tuxmath: Added to 13.0 repository
Diffstat (limited to 'academic/tuxmath/doinst.sh')
-rw-r--r-- | academic/tuxmath/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/tuxmath/doinst.sh b/academic/tuxmath/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/academic/tuxmath/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 + |