diff options
author | Diogo Leal <diogo@diogoleal.com> | 2011-12-14 23:32:00 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:51 -0200 |
commit | 2fb616e00c5ac52bccf628a9ec0b92e79c94c57d (patch) | |
tree | 023ddffa5ad05e52e16ec47b3c37cbf807f7508f /development/processing/doinst.sh | |
parent | e4b69a1300cfb9ced3ffd49c4cfd78120a89563a (diff) | |
download | slackbuilds-2fb616e00c5ac52bccf628a9ec0b92e79c94c57d.tar.gz |
development/processing: Added (visual arts language and ide)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/processing/doinst.sh')
-rw-r--r-- | development/processing/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/processing/doinst.sh b/development/processing/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/development/processing/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 + |