From c34affa2b50eb95abc107f12c58a2e9c548e758a Mon Sep 17 00:00:00 2001 From: Giuseppe Date: Thu, 21 Apr 2011 09:27:14 +0000 Subject: [PATCH] uploaded missing telepathy-salut.install --- telepathy-salut/telepathy-salut.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 telepathy-salut/telepathy-salut.install 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: