summaryrefslogtreecommitdiff
path: root/gnome-unstable/gnome-contacts/gnome-contacts.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-03 01:32:13 -0700
committerroot <root@rshg054.dnsready.net>2012-10-03 01:32:13 -0700
commit1350233b6dc1924ba29a42462447995f26dae0dc (patch)
tree5dfb3384023621f023e449f02df1f035a9b45170 /gnome-unstable/gnome-contacts/gnome-contacts.install
parent941550cbc215d608bd18439f99500b74fbb80f0d (diff)
Wed Oct 3 01:31:01 PDT 2012
Diffstat (limited to 'gnome-unstable/gnome-contacts/gnome-contacts.install')
-rw-r--r--gnome-unstable/gnome-contacts/gnome-contacts.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-unstable/gnome-contacts/gnome-contacts.install b/gnome-unstable/gnome-contacts/gnome-contacts.install
new file mode 100644
index 000000000..c19349f72
--- /dev/null
+++ b/gnome-unstable/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
+}