summarylogtreecommitdiffstats
path: root/gschemas.install
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2015-07-17 01:31:40 -0700
committerLlewelyn Trahaearn2015-07-17 01:31:40 -0700
commit626f6457d87a61f8c6763f8d7feaec3506588c9b (patch)
tree7e5752c8200711532bceca40b572ae4e3c2a4757 /gschemas.install
downloadaur-626f6457d87a61f8c6763f8d7feaec3506588c9b.tar.gz
Initial import.
Diffstat (limited to 'gschemas.install')
-rw-r--r--gschemas.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/gschemas.install b/gschemas.install
new file mode 100644
index 000000000000..61789e42d2c5
--- /dev/null
+++ b/gschemas.install
@@ -0,0 +1,20 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas/
+ instructions
+}
+
+post_upgrade() {
+ glib-compile-schemas usr/share/glib-2.0/schemas/
+ instructions
+}
+
+post_remove() {
+ glib-compile-schemas usr/share/glib-2.0/schemas/
+}
+
+instructions() {
+ /bin/cat << EOF
+Don't forget to restart GNOME Shell ([Alt]+[F2], r) and to enable extension
+with gnome-tweak-tool.
+EOF
+}