summarylogtreecommitdiffstats
path: root/gschemas.install
diff options
context:
space:
mode:
Diffstat (limited to 'gschemas.install')
-rwxr-xr-xgschemas.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gschemas.install b/gschemas.install
new file mode 100755
index 000000000000..606e579eaa38
--- /dev/null
+++ b/gschemas.install
@@ -0,0 +1,11 @@
+post_install() {
+ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_remove() {
+ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
+} \ No newline at end of file