diff options
-rwxr-xr-x | telepathy-salut/Pkgfile | 2 | ||||
-rw-r--r-- | telepathy-salut/post-install | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/telepathy-salut/Pkgfile b/telepathy-salut/Pkgfile index c2442e3..df58df5 100755 --- a/telepathy-salut/Pkgfile +++ b/telepathy-salut/Pkgfile @@ -1,4 +1,4 @@ -# Description: Gestionnaire de connexion Jabber/XMPP pour Telepathy +# Description: Gestionnaire de connexion Jabber/XMPP locale pour Telepathy # URL: http://telepathy.freedesktop.org/ # Maintainer: NuTyX core team # Packager: piernov <piernov@piernov.org> diff --git a/telepathy-salut/post-install b/telepathy-salut/post-install new file mode 100644 index 0000000..b38df00 --- /dev/null +++ b/telepathy-salut/post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +/bin/killall -HUP dbus-daemon |