empathy: added missing INSTALL file in previous.

This commit is contained in:
Juan RP 2012-05-21 22:52:33 +02:00
parent a2e29d09c1
commit 0b1e4edea3
1 changed files with 17 additions and 0 deletions

17
srcpkgs/empathy/INSTALL Normal file
View File

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