From ddf2555115c11b856580a9f51601a6d409b00e37 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Thu, 22 Sep 2011 00:00:08 -0500 Subject: office/texstudio: Added (LaTeX editor) Signed-off-by: Robby Workman --- office/texstudio/doinst.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 office/texstudio/doinst.sh (limited to 'office/texstudio/doinst.sh') diff --git a/office/texstudio/doinst.sh b/office/texstudio/doinst.sh new file mode 100644 index 0000000000000..1f8ff67dedb29 --- /dev/null +++ b/office/texstudio/doinst.sh @@ -0,0 +1,10 @@ +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