sys-fs/dwarfs: warning if fuse2 and fuse3 installed both

In case there are both fuse2 and fuse3 version is installed
DwarFS will build binaries for both
(/usr/sbin/dwarfs for fuse3 and /usr/sbin/dwarfs2 for fuse2).
Added warning.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
Denis Reva
2021-01-10 10:39:21 +05:00
parent 6780379e16
commit e44ebc6e41

View File

@@ -91,4 +91,7 @@ pkg_postinst(){
elog "${HOMEPAGE}"
elog "About creating: ${HOMEPAGE}/blob/main/doc/mkdwarfs.md"
elog "About mounting: ${HOMEPAGE}/blob/main/doc/dwarfs.md"
ewarn "If you have both sys-fs/fuse:2 and sys-fs/fuse:3 installed"
ewarn "Dwarfs will install /sbin/dwarfs for fuse3 and /sbin/dwarfs2 for fuse2"
ewarn "See https://github.com/mhx/dwarfs/issues/32"
}