From: Jimi Huotari Date: Fri, 29 Mar 2019 15:11:48 +0000 (+0200) Subject: x11-misc/pcmanfm-qt: add a 'postinst' note on 'trash' functionality X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=38f66dedefb753995a026f2d4bb748bbbb22e6c9;p=gentoo.git x11-misc/pcmanfm-qt: add a 'postinst' note on 'trash' functionality Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jimi Huotari Signed-off-by: Andreas Sturmlechner --- diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild index 1c2abbd2c9bd..e8f40638bef8 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild @@ -42,6 +42,13 @@ RDEPEND="${DEPEND} pkg_postinst() { xdg_desktop_database_update + + if ! has_version lxqt-base/lxqt-meta && ! has_version gnome-base/gvfs; then + elog + elog "To make use of the 'trash' functionality, please install" + elog "the 'gnome-base/gvfs' package." + elog + fi } pkg_postrm() {