diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-04-24 15:39:24 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-04-24 15:39:46 -0400 |
commit | fc5ab1a28e0313128d5f0488e8112dc93e52d4d7 (patch) | |
tree | 3981f63ea37e1e1cc713aa78c706c836dcb90ffa /mail-client | |
parent | mail-client/mailx: Fix build with musl, bug #575098 (diff) | |
download | gentoo-fc5ab1a28e0313128d5f0488e8112dc93e52d4d7.tar.gz gentoo-fc5ab1a28e0313128d5f0488e8112dc93e52d4d7.tar.bz2 gentoo-fc5ab1a28e0313128d5f0488e8112dc93e52d4d7.zip |
mail-client/mailx: remove compatibility link and elog message
Package-Manager: portage-2.2.26
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mailx/mailx-8.1.2.20050715-r7.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail-client/mailx/mailx-8.1.2.20050715-r7.ebuild b/mail-client/mailx/mailx-8.1.2.20050715-r7.ebuild index 97001f4b46f2..639f6f64e0f2 100644 --- a/mail-client/mailx/mailx-8.1.2.20050715-r7.ebuild +++ b/mail-client/mailx/mailx-8.1.2.20050715-r7.ebuild @@ -56,12 +56,4 @@ src_install() { doins misc/mail.help misc/mail.tildehelp insinto /etc doins misc/mail.rc - - # compatibility link - dosym /usr/bin/mail /bin/mail -} - -pkg_postinst() { - elog "mail command now lives in /usr/bin." - elog "Please adjust your scripts." } |