summaryrefslogtreecommitdiffstats
path: root/desktop/moka-icon-theme/doinst.sh
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-05-05 02:06:37 +0200
committer Willy Sudiarto Raharjo2015-05-05 02:06:37 +0200
commitdcd475e71d053ef8559bd98ff55d919e72c62c2e (patch)
treea62e92899f264ded3142fdc5a0a579974f5aaa79 /desktop/moka-icon-theme/doinst.sh
parent97245f63724d5539e0e65c44d83b5aab2cebd7f5 (diff)
downloadslackbuilds-dcd475e71d053ef8559bd98ff55d919e72c62c2e.tar.gz
desktop/moka-icon-theme: Added (gnome icon theme).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/moka-icon-theme/doinst.sh')
-rw-r--r--desktop/moka-icon-theme/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/moka-icon-theme/doinst.sh b/desktop/moka-icon-theme/doinst.sh
new file mode 100644
index 0000000000..9424ce43ff
--- /dev/null
+++ b/desktop/moka-icon-theme/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 usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi