summaryrefslogtreecommitdiff
path: root/testing/evolution-data-server/evolution-data-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/evolution-data-server/evolution-data-server.install')
-rw-r--r--testing/evolution-data-server/evolution-data-server.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/evolution-data-server/evolution-data-server.install b/testing/evolution-data-server/evolution-data-server.install
deleted file mode 100644
index 29a359805..000000000
--- a/testing/evolution-data-server/evolution-data-server.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install () {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
- post_install
-}
-
-post_remove () {
- post_install
-}