aboutsummaryrefslogtreecommitdiff
path: root/system/simpleburn/doinst.sh
diff options
context:
space:
mode:
authorMarek Srejma (slacksam) <sam_web@yahoo.de>2015-04-29 22:20:06 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-29 22:22:04 +0700
commit9d27e6fe70fa903894c59908d4302b134383f021 (patch)
tree3c72e1025e989048e726553238d3b61a579f80b7 /system/simpleburn/doinst.sh
parentf54db2011a19fd0bd6d492df8a87305f97b09980 (diff)
system/simpleburn: Updated for version 1.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/simpleburn/doinst.sh')
-rw-r--r--system/simpleburn/doinst.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/simpleburn/doinst.sh b/system/simpleburn/doinst.sh
index 5fb28930db0b9..0254ea06d8788 100644
--- a/system/simpleburn/doinst.sh
+++ b/system/simpleburn/doinst.sh
@@ -1,3 +1,15 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/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
+
+if [ -e usr/share/glib-2.0/schemas ]; then
+ if [ -x /usr/bin/glib-compile-schemas ]; then
+ /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
+ fi
+fi