diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-04-14 21:02:29 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:02 +0200 |
commit | 2cb1b7b3250fce7b074d51cef7797a084764dd67 (patch) | |
tree | 09596df3b25db10226bf2cf0e9ec3abfc6f3876d /office/texmaker/doinst.sh | |
parent | 9bae09be5939de825b0659afbbf6eec5ab177b86 (diff) | |
download | slackbuilds-2cb1b7b3250fce7b074d51cef7797a084764dd67.tar.gz |
office/texmaker: Updated for version 1.9.9.
Diffstat (limited to 'office/texmaker/doinst.sh')
-rw-r--r-- | office/texmaker/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/office/texmaker/doinst.sh b/office/texmaker/doinst.sh index 4e8ba7071d..1f8ff67ded 100644 --- a/office/texmaker/doinst.sh +++ b/office/texmaker/doinst.sh @@ -2,3 +2,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 + |