diff options
Diffstat (limited to 'net-mail/gmail-notify/gmail-notify-1.6.1.ebuild')
-rw-r--r-- | net-mail/gmail-notify/gmail-notify-1.6.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild b/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild index bcb4acd0b..1e676e026 100644 --- a/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild +++ b/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild @@ -23,6 +23,7 @@ S=${WORKDIR}/${PN} src_unpack() { python_version unpack ${A} + epatch "${FILESDIR}/${PN}-conf-perms.patch" epatch "${FILESDIR}/${PN}-trayicon.patch" epatch "${FILESDIR}/${PN}-ubuntu-patches.patch" cd ${S} @@ -49,8 +50,6 @@ pkg_postinst() { elog "" elog "Warning: if you check the 'save username and password' option" elog "your password will be stored in plaintext in ~/.notifier.conf" - elog "with world-readable permissions. If this concerns you, do not" - elog "check the 'save username and password' option." } pkg_postrm() { |