From 2cb1b7b3250fce7b074d51cef7797a084764dd67 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Wed, 14 Apr 2010 21:02:29 -0400 Subject: office/texmaker: Updated for version 1.9.9. --- office/texmaker/doinst.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'office/texmaker/doinst.sh') diff --git a/office/texmaker/doinst.sh b/office/texmaker/doinst.sh index 4e8ba7071dea..1f8ff67dedb2 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 + -- cgit v1.2.3