summaryrefslogtreecommitdiffstats
path: root/desktop/bunsen-themes/doinst.sh
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-06-16 15:29:05 +0200
committer Willy Sudiarto Raharjo2015-06-16 15:29:05 +0200
commitc2cf757729ef342af2a184e7a6bcd38ab120af1c (patch)
treef2609099744d22f6722046d07bb15136ebd1630d /desktop/bunsen-themes/doinst.sh
parent87a9e6f88d36245a018ed1fd39c35d36e20397d0 (diff)
downloadslackbuilds-c2cf757729ef342af2a184e7a6bcd38ab120af1c.tar.gz
desktop/bunsen-themes: Added (GTK2|GTK3 Themes).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/bunsen-themes/doinst.sh')
-rw-r--r--desktop/bunsen-themes/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/bunsen-themes/doinst.sh b/desktop/bunsen-themes/doinst.sh
new file mode 100644
index 0000000000..9424ce43ff
--- /dev/null
+++ b/desktop/bunsen-themes/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