x11-misc/pcmanfm-qt: add a 'postinst' note on 'trash' functionality
authorJimi Huotari <chiitoo@gentoo.org>
Fri, 29 Mar 2019 15:11:48 +0000 (17:11 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 13 May 2019 00:17:47 +0000 (02:17 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild

index 1c2abbd2c9bd4d156edac653e06234b9bc285d91..e8f40638bef8a6fc54fc7f116b4083a94e036597 100644 (file)
@@ -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() {