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 <chiitoo@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Jimi Huotari
2019-03-29 17:11:48 +02:00
committed by Andreas Sturmlechner
parent 77387911df
commit 38f66dedef

View 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() {