summarylogtreecommitdiffstats
path: root/telepathy-gabble.install
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-gabble.install')
-rw-r--r--telepathy-gabble.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/telepathy-gabble.install b/telepathy-gabble.install
new file mode 100644
index 000000000000..87d7838b83c8
--- /dev/null
+++ b/telepathy-gabble.install
@@ -0,0 +1,13 @@
+post_install() {
+ killall -HUP dbus-daemon 2>&1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+
+# vim:set ts=2 sw=2 et: