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