diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2013-10-29 15:03:40 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-29 15:03:40 -0500 |
commit | 6d9c55f9d3dfb77c26b7337c07099e4e9b968028 (patch) | |
tree | bb23d75e9519251d9eb10181a30122b718368f7a /office/texmacs/doinst.sh | |
parent | 02ee89b9c2f00ad390768403f1c53ab864203fba (diff) | |
download | 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.sh | 14 |
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 + |