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