summaryrefslogtreecommitdiffstats
path: root/system/simpleburn/doinst.sh
diff options
context:
space:
mode:
author Marek Srejma (slacksam) <sam_web@yahoo.de>2016-08-22 22:03:42 +0100
committer David Spencer <idlemoor@slackbuilds.org>2016-08-28 00:22:59 +0100
commit3e2597317251910f25367c86641be6397be9751e (patch)
treec7121f9a700cf23621bb60f470c4c4290fc7c019 /system/simpleburn/doinst.sh
parent66425fcca7ba37aeb4cc028869fe73a655bca068 (diff)
downloadslackbuilds-3e2597317251910f25367c86641be6397be9751e.tar.gz
slackbuilds-3e2597317251910f25367c86641be6397be9751e.tar.xz
system/simpleburn: Updated for version 1.8.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/simpleburn/doinst.sh')
-rw-r--r--system/simpleburn/doinst.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/system/simpleburn/doinst.sh b/system/simpleburn/doinst.sh
index 0254ea06d8..3e5691a052 100644
--- a/system/simpleburn/doinst.sh
+++ b/system/simpleburn/doinst.sh
@@ -7,9 +7,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.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