diff options
Diffstat (limited to 'app-leechcraft/lc-auscrie')
-rw-r--r-- | app-leechcraft/lc-auscrie/lc-auscrie-9999.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
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 +} |