diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-10-20 08:10:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-22 08:33:45 +0700 |
commit | b22350b3076c65204052e4cd4e567ff3e065b695 (patch) | |
tree | af373dff43983331eacbc83587898a35b7d1611b /development/omniORBpy/doinst.sh | |
parent | 39b318c595638193056b16eaa4e3a64eb6086a54 (diff) |
development/omniORBpy: Added (A robust high-performance CORBA ORB).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/omniORBpy/doinst.sh')
-rw-r--r-- | development/omniORBpy/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/omniORBpy/doinst.sh b/development/omniORBpy/doinst.sh new file mode 100644 index 000000000000..3e5691a052b5 --- /dev/null +++ b/development/omniORBpy/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 |