From 3792e3874accbc868e7032042f1ecefdef25638e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 10 Mar 2012 00:01:15 +0000 Subject: Sat Mar 10 00:01:15 UTC 2012 --- .../evolution-data-server/evolution-data-server.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gnome-unstable/evolution-data-server/evolution-data-server.install (limited to 'gnome-unstable/evolution-data-server/evolution-data-server.install') diff --git a/gnome-unstable/evolution-data-server/evolution-data-server.install b/gnome-unstable/evolution-data-server/evolution-data-server.install new file mode 100644 index 000000000..29a359805 --- /dev/null +++ b/gnome-unstable/evolution-data-server/evolution-data-server.install @@ -0,0 +1,11 @@ +post_install () { + glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_upgrade () { + post_install +} + +post_remove () { + post_install +} -- cgit v1.2.3-54-g00ecf