summarylogtreecommitdiffstats
path: root/gnome-shell-extension-workspace-grid-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-shell-extension-workspace-grid-git.install')
-rw-r--r--gnome-shell-extension-workspace-grid-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-shell-extension-workspace-grid-git.install b/gnome-shell-extension-workspace-grid-git.install
new file mode 100644
index 000000000000..8cd7bfd8ba3b
--- /dev/null
+++ b/gnome-shell-extension-workspace-grid-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_remove() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+}