diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-05-15 21:34:13 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-04 00:11:07 -0500 |
commit | b8bc87f27cfeac65eb5560c2bf194651c4063917 (patch) | |
tree | 6f9fbfc733433f39d794869077090c1fa90e7c32 /graphics/meshlab/doinst.sh | |
parent | 7c07c2efa6674b2260eb6ee7000fa3e5cb9fb9be (diff) |
graphics/meshlab: Added (process and edit 3D triangular meshes)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/meshlab/doinst.sh')
-rw-r--r-- | graphics/meshlab/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/meshlab/doinst.sh b/graphics/meshlab/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/graphics/meshlab/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 |