diff --git a/telepathy-salut/telepathy-salut.install b/telepathy-salut/telepathy-salut.install new file mode 100644 index 000000000..87d7838b8 --- /dev/null +++ b/telepathy-salut/telepathy-salut.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: