summarylogtreecommitdiffstats
path: root/gnome-shell-extension-workspace-grid-git.install
diff options
context:
space:
mode:
authorFoivos S. Zakkak2017-02-15 01:14:56 +0200
committerFoivos S. Zakkak2017-02-15 01:16:39 +0200
commit94dd948c56f6c1cba00876e863eccb5a089d1f67 (patch)
treee5cfeefecd11b5693355f1cc09f4b6fa872123ff /gnome-shell-extension-workspace-grid-git.install
parent5995ffb2a4ad1081897b590c3512cb0b81604d20 (diff)
downloadaur-94dd948c56f6c1cba00876e863eccb5a089d1f67.tar.gz
Add -git to name
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
+}