diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-06-23 01:03:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-23 01:03:40 +0700 |
commit | a5138598067de7f070e267d38991afdf5921f55b (patch) | |
tree | 932658db9d3f90f80d4101158f34192e2bc50fe2 /development/edsim51di/doinst.sh | |
parent | d866ad82106a91f9a99d845c380a6df913af568f (diff) | |
download | slackbuilds-a5138598067de7f070e267d38991afdf5921f55b.tar.gz |
development/edsim51di: Added (An 8051 Simulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/edsim51di/doinst.sh')
-rw-r--r-- | development/edsim51di/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/edsim51di/doinst.sh b/development/edsim51di/doinst.sh new file mode 100644 index 0000000000..3e5691a052 --- /dev/null +++ b/development/edsim51di/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 |