extra/fuse2 to 2.9.9-2

This commit is contained in:
Kevin Mihelich 2019-09-17 13:05:28 +00:00
parent 673f5004d6
commit 47b664ac3a

View file

@ -7,7 +7,7 @@
pkgname=fuse2
pkgver=2.9.9
pkgrel=1
pkgrel=2
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'
@ -48,12 +48,6 @@ package() {
# Don't add our own for now, as fusectl fs oopses on 2.6.18
rm -r ${pkgdir}/etc/init.d
# remove udev rules (is in the udev package}
rm -rf ${pkgdir}/etc/udev
# static device nodes are handled by udev
rm -r ${pkgdir}/dev
# part of fuse-common package
rm ${pkgdir}/usr/share/man/man8/mount.fuse.8 ${pkgdir}/usr/bin/mount.fuse
}