diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2017-01-11 20:56:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-11 20:56:53 +0700 |
commit | ac42931c41e0a3f63655624be43f64e3b8de5b36 (patch) | |
tree | c7a77101635ae047abad68340034a7ccc8fce54f /office/smoffice2016/doinst.sh | |
parent | e1534e5676b8a7691f2bd89aa8ebd8b4157d562e (diff) |
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.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/office/smoffice2016/doinst.sh b/office/smoffice2016/doinst.sh new file mode 100644 index 0000000000000..aea0f894eb32b --- /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 |