uploaded missing telepathy-salut.install

This commit is contained in:
Giuseppe 2011-04-21 09:27:14 +00:00
parent acb5729a33
commit c34affa2b5

View File

@ -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: