aboutsummaryrefslogtreecommitdiff
path: root/system/gsettings-desktop-schemas/doinst.sh
diff options
context:
space:
mode:
authorRobert Zelic <zerobertons@yahoo.com>2012-06-25 22:21:40 -0400
committerdsomero <xgizzmo@slackbuilds.org>2012-06-25 22:21:40 -0400
commitc009cbedc10aff9b73b2e1a1099ef5e78bb4c8c6 (patch)
tree640dfda6d87c0c1a50e9294e668659629ebce597 /system/gsettings-desktop-schemas/doinst.sh
parenteb87d26f7494bf303fec1e123456c9137f2f1b9a (diff)
system/gsettings-desktop-schemas: Added (GSettings Desktop Schemas)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/gsettings-desktop-schemas/doinst.sh')
-rw-r--r--system/gsettings-desktop-schemas/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/gsettings-desktop-schemas/doinst.sh b/system/gsettings-desktop-schemas/doinst.sh
new file mode 100644
index 0000000000000..b36f6f1690d4c
--- /dev/null
+++ b/system/gsettings-desktop-schemas/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/glib-compile-schemas ]; then
+ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
+fi