diff options
author | core <eroc@linuxmail.org> | 2010-05-11 20:00:23 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:23 +0200 |
commit | 1577dce6c00b6797d4cee3b77f5540b1d8528388 (patch) | |
tree | 569c60b3d7004ab7ad2c5b7f5313e5db5c45bbce /development/eclipse/doinst.sh | |
parent | 6503b265d62bb9198e16fb767a97c877ac070bda (diff) | |
download | slackbuilds-1577dce6c00b6797d4cee3b77f5540b1d8528388.tar.gz |
development/eclipse: Added to 12.0 repository
Diffstat (limited to 'development/eclipse/doinst.sh')
-rw-r--r-- | development/eclipse/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/eclipse/doinst.sh b/development/eclipse/doinst.sh new file mode 100644 index 0000000000..4557defa56 --- /dev/null +++ b/development/eclipse/doinst.sh @@ -0,0 +1,9 @@ + +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q usr/share/applications +fi + +if [ -x usr/bin/update-mime-database ]; then + usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + |