diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-10-05 15:22:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-05 15:22:15 +0700 |
commit | 69e48cd3fad541230cf254cf4a89eae402387891 (patch) | |
tree | d4daf2fb51c6250da0c5ec1f7e59dd2b0e284a63 /development/omniORB/doinst.sh | |
parent | ebb811d0d5ed6382a48c49a6f0135dd5c50e999c (diff) | |
download | slackbuilds-69e48cd3fad541230cf254cf4a89eae402387891.tar.gz |
development/omniORB: Added (High performance CORBA ORB).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/omniORB/doinst.sh')
-rw-r--r-- | development/omniORB/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/omniORB/doinst.sh b/development/omniORB/doinst.sh new file mode 100644 index 0000000000..3e5691a052 --- /dev/null +++ b/development/omniORB/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |