summarylogtreecommitdiffstats
path: root/gschemas.install
diff options
context:
space:
mode:
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..863897ad5436
--- /dev/null
+++ b/gschemas.install
@@ -0,0 +1,20 @@
+post_install() {
+ instruct
+ echo "and enable the extension with gnome-tweak-tool."
+}
+
+post_upgrade() {
+ instruct
+ echo "for the changes to have an effect."
+}
+
+post_remove() {
+ glib-compile-schemas usr/share/glib-2.0/schemas/
+}
+
+instruct() {
+ post_remove
+ echo "Don't forget to restart GNOME Shell ([Alt]+[F2], r)"
+}
+
+# vim: ts=2 sw=2 et: