diff options
author | piernov <piernov@piernov.org> | 2011-09-03 01:59:12 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-03 01:59:12 +0200 |
commit | 29aa32775acdef7564ee09f977046538c6d2816c (patch) | |
tree | 3d7b3856ec1338fb6db2012bcf2651e26b3a3572 /telepathy-salut | |
parent | 86caeeff92fbec318898893f817b915700e2f70f (diff) | |
download | gnome3-29aa32775acdef7564ee09f977046538c6d2816c.tar.gz gnome3-29aa32775acdef7564ee09f977046538c6d2816c.tar.bz2 gnome3-29aa32775acdef7564ee09f977046538c6d2816c.tar.xz gnome3-29aa32775acdef7564ee09f977046538c6d2816c.zip |
telepathy-salut 0.5.1-1 ajout post-install
Diffstat (limited to 'telepathy-salut')
-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 |