summarylogtreecommitdiffstats
path: root/gnome-shell-mousewheel-zoom.install
diff options
context:
space:
mode:
authorTobias Quinn2015-08-10 01:42:12 +0100
committerTobias Quinn2015-08-10 01:42:50 +0100
commit84c65936b39bb21d152c8781ba38709d77c34577 (patch)
tree656d1066ca0a575298a22913d90bfe50797bade8 /gnome-shell-mousewheel-zoom.install
downloadaur-84c65936b39bb21d152c8781ba38709d77c34577.tar.gz
Initial import
Diffstat (limited to 'gnome-shell-mousewheel-zoom.install')
-rw-r--r--gnome-shell-mousewheel-zoom.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-shell-mousewheel-zoom.install b/gnome-shell-mousewheel-zoom.install
new file mode 100644
index 000000000000..6389e5eb0883
--- /dev/null
+++ b/gnome-shell-mousewheel-zoom.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_remove() {
+ post_install $1
+}
+
+post_upgrade() {
+ post_install $1
+}