summarylogtreecommitdiffstats
path: root/gnome-shell-extension-workspace-grid.install
diff options
context:
space:
mode:
authorFoivos S. Zakkak2015-07-07 19:55:41 +0300
committerFoivos S. Zakkak2015-07-07 19:55:41 +0300
commitbbfda47ef319ad58e5baaa1b93b399fb43fd6987 (patch)
tree6b812804c04035e042beb64ed3e25a3b02dacbcd /gnome-shell-extension-workspace-grid.install
downloadaur-bbfda47ef319ad58e5baaa1b93b399fb43fd6987.tar.gz
Initial import
Diffstat (limited to 'gnome-shell-extension-workspace-grid.install')
-rw-r--r--gnome-shell-extension-workspace-grid.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-shell-extension-workspace-grid.install b/gnome-shell-extension-workspace-grid.install
new file mode 100644
index 000000000000..8cd7bfd8ba3b
--- /dev/null
+++ b/gnome-shell-extension-workspace-grid.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
+}