summaryrefslogtreecommitdiff
path: root/coherence/evolution-data-server-coherence/evolution-data-server.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 11:02:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 11:02:22 -0300
commit0e3fa90965b0af932c0372eb51c4ccf273b3d989 (patch)
treefad0afe987432bca6fa5bb665ef0ace7c641f929 /coherence/evolution-data-server-coherence/evolution-data-server.install
parent0226109e40b1b85ac831e8d9e2f72905865423c5 (diff)
parent5b316867f18cf4cba516938e83329e45ef4b2f28 (diff)
downloadabslibre-0e3fa90965b0af932c0372eb51c4ccf273b3d989.tar.gz
abslibre-0e3fa90965b0af932c0372eb51c4ccf273b3d989.tar.bz2
abslibre-0e3fa90965b0af932c0372eb51c4ccf273b3d989.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'coherence/evolution-data-server-coherence/evolution-data-server.install')
-rw-r--r--coherence/evolution-data-server-coherence/evolution-data-server.install11
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