summarylogtreecommitdiffstats
path: root/gnome-shell-extension-suspend-button.install
diff options
context:
space:
mode:
authorPieter Goetschalckx2015-06-18 17:10:25 +0200
committerPieter Goetschalckx2015-06-18 17:10:25 +0200
commit2085da1acfd4863d3f45814e09ac0d5ff7820e50 (patch)
tree2bf014cbdb01489db2c8065df3cc4af44eeb6392 /gnome-shell-extension-suspend-button.install
downloadaur-2085da1acfd4863d3f45814e09ac0d5ff7820e50.tar.gz
Initial import
Diffstat (limited to 'gnome-shell-extension-suspend-button.install')
-rw-r--r--gnome-shell-extension-suspend-button.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-shell-extension-suspend-button.install b/gnome-shell-extension-suspend-button.install
new file mode 100644
index 000000000000..8cd7bfd8ba3b
--- /dev/null
+++ b/gnome-shell-extension-suspend-button.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
+}