summaryrefslogtreecommitdiff
path: root/testing/telepathy-logger/telepathy-logger.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-05 00:01:23 +0000
committerroot <root@rshg054.dnsready.net>2012-04-05 00:01:23 +0000
commit608a49084f8c6599f8adef56b6c1480c3e293c04 (patch)
treeb385b78ccb9657030d632f662b68a495286e9a55 /testing/telepathy-logger/telepathy-logger.install
parent96deddcec133f85220a15d4c435004c577395169 (diff)
Thu Apr 5 00:01:22 UTC 2012
Diffstat (limited to 'testing/telepathy-logger/telepathy-logger.install')
-rw-r--r--testing/telepathy-logger/telepathy-logger.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/telepathy-logger/telepathy-logger.install b/testing/telepathy-logger/telepathy-logger.install
new file mode 100644
index 000000000..56fb6a232
--- /dev/null
+++ b/testing/telepathy-logger/telepathy-logger.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove(){
+ post_install
+}