summaryrefslogtreecommitdiffstats
path: root/system/gconf-editor/doinst.sh
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-13 01:00:47 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 01:00:47 +0200
commit98831b981e21e886fd804dc65060dbcfe79a5cf6 (patch)
tree0c068ab57f01c484345a48adf1779d9db1900882 /system/gconf-editor/doinst.sh
parentd5546801e58090fc37ee2c5c8b5ee602e504096d (diff)
downloadslackbuilds-98831b981e21e886fd804dc65060dbcfe79a5cf6.tar.gz
slackbuilds-98831b981e21e886fd804dc65060dbcfe79a5cf6.tar.xz
system/gconf-editor: Added to 13.0 repository
Diffstat (limited to 'system/gconf-editor/doinst.sh')
-rw-r--r--system/gconf-editor/doinst.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/system/gconf-editor/doinst.sh b/system/gconf-editor/doinst.sh
new file mode 100644
index 0000000000..cd2d12876a
--- /dev/null
+++ b/system/gconf-editor/doinst.sh
@@ -0,0 +1,20 @@
+schema_install() {
+ SCHEMA="$1"
+ GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \
+ chroot . gconftool-2 --makefile-install-rule \
+ /etc/gconf/schemas/$SCHEMA \
+ 1>/dev/null
+}
+
+schema_install gconf-editor.schemas
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null
+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
+