summaryrefslogtreecommitdiffstats
path: root/office/texmacs/doinst.sh
diff options
context:
space:
mode:
author Zhu Qun-Ying2013-10-29 21:03:40 +0100
committer Robby Workman2013-10-29 21:03:40 +0100
commit6d9c55f9d3dfb77c26b7337c07099e4e9b968028 (patch)
treebb23d75e9519251d9eb10181a30122b718368f7a /office/texmacs/doinst.sh
parent02ee89b9c2f00ad390768403f1c53ab864203fba (diff)
downloadold.slackbuilds-6d9c55f9d3dfb77c26b7337c07099e4e9b968028.tar.gz
office/texmacs: Added (a WYSIWIG technical editor)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/texmacs/doinst.sh')
-rw-r--r--office/texmacs/doinst.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/office/texmacs/doinst.sh b/office/texmacs/doinst.sh
new file mode 100644
index 0000000000..9830478e8c
--- /dev/null
+++ b/office/texmacs/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
+