summaryrefslogtreecommitdiffstats
path: root/evolution-data-server/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'evolution-data-server/post-install')
-rw-r--r--evolution-data-server/post-install9
1 files changed, 9 insertions, 0 deletions
diff --git a/evolution-data-server/post-install b/evolution-data-server/post-install
new file mode 100644
index 0000000..64157f8
--- /dev/null
+++ b/evolution-data-server/post-install
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+port=evolution-data-server
+
+# glib schemas
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+
+
+# End of file