From 0b1e4edea39c2919494f83d76e30d0129263efd4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 21 May 2012 22:52:33 +0200 Subject: [PATCH] empathy: added missing INSTALL file in previous. --- srcpkgs/empathy/INSTALL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/empathy/INSTALL diff --git a/srcpkgs/empathy/INSTALL b/srcpkgs/empathy/INSTALL new file mode 100644 index 00000000000..e5c9cb65679 --- /dev/null +++ b/srcpkgs/empathy/INSTALL @@ -0,0 +1,17 @@ +case "${ACTION}" in +post) + cat <<_EOF +=========================================================================== +Some optional packages must be installed for additional functionality: + + - telepathy-butterfly for MSN support + - telepathy-gabble for XMPP/jabber support + - telepathy-haze for libpurple support + - telepathy-idle for IRC support + - telepathy-rakia for SIP support + - telepathy-salut for link-local XMPP support + +=========================================================================== +_EOF + ;; +esac