extra/fuse2 to 2.9.7-4

This commit is contained in:
Kevin Mihelich 2017-09-17 23:05:08 +00:00
parent b029d62bc4
commit 637e582bf1

View file

@ -8,7 +8,7 @@
pkgname=fuse2
pkgver=2.9.7
pkgrel=3
pkgrel=4
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
arch=('i686' 'x86_64')
url='https://github.com/libfuse/libfuse'
@ -56,5 +56,5 @@ package() {
rm -r ${pkgdir}/dev
# part of fuse-common package
rm ${pkgdir}/usr/share/man/man8/mount.fuse.8
rm ${pkgdir}/usr/share/man/man8/mount.fuse.8 ${pkgdir}/usr/bin/mount.fuse
}