summarylogtreecommitdiffstats
path: root/gschemas.install
diff options
context:
space:
mode:
Diffstat (limited to 'gschemas.install')
-rw-r--r--gschemas.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/gschemas.install b/gschemas.install
new file mode 100644
index 000000000000..48d0b724fb6c
--- /dev/null
+++ b/gschemas.install
@@ -0,0 +1,21 @@
+post_install() {
+ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
+ instructions_install
+}
+
+post_upgrade() {
+ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
+ instructions
+}
+
+post_remove() {
+ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+instructions() {
+ echo "Restart GNOME Shell ([Alt]+[F2], r)."
+}
+
+instructions_install() {
+ echo "Dconf blablabla"
+}