summaryrefslogtreecommitdiffstats
path: root/desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh
diff options
context:
space:
mode:
author Michael Pratt <hi@michael-pratt.com>2016-08-24 06:40:16 +0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-28 00:22:40 +0100
commite81d618c0cc2749ecd1353173dc0a0266704c820 (patch)
treeacabfd197e366d93bcda8d95f21ff0e540646905 /desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh
parentb2e40478811ca6dc9bcc9f2f11fa8438c0cf0052 (diff)
downloadslackbuilds-e81d618c0cc2749ecd1353173dc0a0266704c820.tar.gz
slackbuilds-e81d618c0cc2749ecd1353173dc0a0266704c820.tar.xz
desktop/ambiance-radiance-flat-colors-gtk-theme: Added (gtk theme).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh')
-rw-r--r--desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh b/desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh
new file mode 100644
index 0000000000..9424ce43ff
--- /dev/null
+++ b/desktop/ambiance-radiance-flat-colors-gtk-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