diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-19 11:02:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-19 11:02:22 -0300 |
commit | 0e3fa90965b0af932c0372eb51c4ccf273b3d989 (patch) | |
tree | fad0afe987432bca6fa5bb665ef0ace7c641f929 /coherence/evolution-data-server-coherence/evolution-data-server.install | |
parent | 0226109e40b1b85ac831e8d9e2f72905865423c5 (diff) | |
parent | 5b316867f18cf4cba516938e83329e45ef4b2f28 (diff) |
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.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 |