From: 0xd34df00d <0xd34df00d@gmail.com> Date: Sat, 11 Apr 2020 00:15:10 +0000 (+0200) Subject: app-leechcraft/lc-auscrie: suggest other plugins X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc590c8efe347a2209c1310e954114524fec58d0;p=gentoo.git app-leechcraft/lc-auscrie: suggest other plugins Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com> Signed-off-by: Joonas Niilola --- diff --git a/app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild b/app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild index 74ccd5df0984..ef763f578b67 100644 --- a/app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild +++ b/app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild @@ -13,3 +13,10 @@ IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV}" RDEPEND="${DEPEND}" + +pkg_postinst() { + elog "Consider also the following plugins:" + optfeature "uploading screenshots to imagebins" app-leechcraft/lc-imgaste + optfeature "uploading screenshots to cloud photo hostings" app-leechcraft/lc-blasq + optfeature "uploading screenshots to cloud drives" app-leechcraft/lc-netstoremanager +}