summarylogtreecommitdiffstats
path: root/gschemas.install
diff options
context:
space:
mode:
authorRobert Ian Hawdon2018-01-16 19:31:46 +0000
committerRobert Ian Hawdon2018-01-16 19:31:46 +0000
commit22118e448111e08e2983c35108c92d5725e3d592 (patch)
treea7b9ec6fdd7fd3744d2569d353b9a110bf6e8b73 /gschemas.install
downloadaur-22118e448111e08e2983c35108c92d5725e3d592.tar.gz
Initial Commit
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: