diff options
author | Daniil Bratashov <dn2010@gmail.com> | 2010-05-13 00:20:30 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:20:30 +0200 |
commit | 75c5e5f698c543c456ba6e8ec15d13c16b8f2723 (patch) | |
tree | 7fe1aaf09ea024f5c21d8caf9c98c1cee77375a7 /academic/wxmacmolplt/doinst.sh | |
parent | 4c3794d742d4056ee42f8754053e01f5712f9f2f (diff) | |
download | slackbuilds-75c5e5f698c543c456ba6e8ec15d13c16b8f2723.tar.gz |
academic/wxmacmolplt: Updated for version 7.4
Diffstat (limited to 'academic/wxmacmolplt/doinst.sh')
-rw-r--r-- | academic/wxmacmolplt/doinst.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/academic/wxmacmolplt/doinst.sh b/academic/wxmacmolplt/doinst.sh new file mode 100644 index 0000000000..9830478e8c --- /dev/null +++ b/academic/wxmacmolplt/doinst.sh @@ -0,0 +1,14 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/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 + |