summaryrefslogtreecommitdiffstats
path: root/office/smoffice2016/doinst.sh
diff options
context:
space:
mode:
author Alexander Verbovetsky2017-01-11 14:56:53 +0100
committer Willy Sudiarto Raharjo2017-01-11 14:56:53 +0100
commitac42931c41e0a3f63655624be43f64e3b8de5b36 (patch)
treec7a77101635ae047abad68340034a7ccc8fce54f /office/smoffice2016/doinst.sh
parente1534e5676b8a7691f2bd89aa8ebd8b4157d562e (diff)
downloadslackbuilds-ac42931c41e0a3f63655624be43f64e3b8de5b36.tar.gz
office/smoffice2016: Added (office suite).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/smoffice2016/doinst.sh')
-rw-r--r--office/smoffice2016/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/office/smoffice2016/doinst.sh b/office/smoffice2016/doinst.sh
new file mode 100644
index 0000000000..aea0f894eb
--- /dev/null
+++ b/office/smoffice2016/doinst.sh
@@ -0,0 +1,13 @@
+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 -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi