summaryrefslogtreecommitdiff
path: root/gnome-unstable/at-spi2-atk/at-spi2-atk.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/at-spi2-atk/at-spi2-atk.install')
-rw-r--r--gnome-unstable/at-spi2-atk/at-spi2-atk.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-unstable/at-spi2-atk/at-spi2-atk.install b/gnome-unstable/at-spi2-atk/at-spi2-atk.install
new file mode 100644
index 000000000..2ef26aaa9
--- /dev/null
+++ b/gnome-unstable/at-spi2-atk/at-spi2-atk.install
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}