diff options
author | Guest One <theguestone@gmail.com> | 2013-08-18 21:27:24 +0200 |
---|---|---|
committer | Guest One <theguestone@gmail.com> | 2013-08-18 21:27:24 +0200 |
commit | 5b316867f18cf4cba516938e83329e45ef4b2f28 (patch) | |
tree | 24e728c87f36db8ba66b5e328d729594d96ec706 /coherence/evolution-data-server-coherence/evolution-data-server.install | |
parent | efd4009245b22d6bcd49faae7aeef15a248329f2 (diff) |
added new package evolution-data-server-coherence 3.8.5-1
Diffstat (limited to 'coherence/evolution-data-server-coherence/evolution-data-server.install')
-rw-r--r-- | coherence/evolution-data-server-coherence/evolution-data-server.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/coherence/evolution-data-server-coherence/evolution-data-server.install b/coherence/evolution-data-server-coherence/evolution-data-server.install new file mode 100644 index 000000000..e75920e11 --- /dev/null +++ b/coherence/evolution-data-server-coherence/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 +}
\ No newline at end of file |