From aa1a23af4f334fb1350ba35c63cf05a2aec661fc Mon Sep 17 00:00:00 2001
From: Juergen Daubert <jue@jue.li>
Date: Tue, 7 Mar 2017 12:12:49 +0100
Subject: [PATCH] fuse3: remove useless udev rule

---
 fuse3/.footprint | 3 ---
 fuse3/.signature | 6 +++---
 fuse3/Pkgfile    | 4 ++--
 3 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/fuse3/.footprint b/fuse3/.footprint
index e855028fc..cdc4c7a55 100644
--- a/fuse3/.footprint
+++ b/fuse3/.footprint
@@ -16,9 +16,6 @@ lrwxrwxrwx	root/root	usr/lib/libfuse3.so.3 -> libfuse3.so.3.0.0
 -rwxr-xr-x	root/root	usr/lib/libfuse3.so.3.0.0
 drwxr-xr-x	root/root	usr/lib/pkgconfig/
 -rw-r--r--	root/root	usr/lib/pkgconfig/fuse3.pc
-drwxr-xr-x	root/root	usr/lib/udev/
-drwxr-xr-x	root/root	usr/lib/udev/rules.d/
--rw-r--r--	root/root	usr/lib/udev/rules.d/99-fuse3.rules
 drwxr-xr-x	root/root	usr/sbin/
 -rwxr-xr-x	root/root	usr/sbin/mount.fuse3
 drwxr-xr-x	root/root	usr/share/
diff --git a/fuse3/.signature b/fuse3/.signature
index b46029384..0c9dbc86b 100644
--- a/fuse3/.signature
+++ b/fuse3/.signature
@@ -1,5 +1,5 @@
 untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/cV94cJ6mbvAfvP3jdJ1ugp49DM53MpV8vDHJrCvk8bwtcCadFaO1O0nr+ZZsVip/hNrMlCbfptl+NA0+3hHCgw=
-SHA256 (Pkgfile) = 5348dc10b6a989ad1b373c85a726b2cc19a8e5423c47eafed79cad30f0ec6677
-SHA256 (.footprint) = 2c00ef7778c62200ddca607fd31986f7bd81326bcde1e6bc72221ebcbc7883a9
+RWSE3ohX2g5d/dUhfwstSsRuL0Ou5MtNppTIaoT+KTik+1MuZ+iL8T3cwJsfW34z9tq3iuubvp/rz/GN8EzDW0uwv50DYXoJqQc=
+SHA256 (Pkgfile) = 8f9524b1a458842299fd10db52cc81bb1a5cb3fb2334fe324fe719b7b07f7ab4
+SHA256 (.footprint) = b2ffbf460785cf9eb5f79c975c065092d539aa4ccd63413928259fbf92c9c2a7
 SHA256 (fuse-3.0.0.tar.gz) = d08e07dc8eddd97d9b9b7411aa735287bc4618b77ae343aff268414522b05f4f
diff --git a/fuse3/Pkgfile b/fuse3/Pkgfile
index f8e6cfb14..c6139d96f 100644
--- a/fuse3/Pkgfile
+++ b/fuse3/Pkgfile
@@ -4,7 +4,7 @@
 
 name=fuse3
 version=3.0.0
-release=1
+release=2
 source=(https://github.com/libfuse/libfuse/releases/download/fuse-$version/fuse-$version.tar.gz)
 
 build() {
@@ -12,6 +12,6 @@ build() {
     ./configure --prefix=/usr
     make
     make DESTDIR=$PKG install
-    rm -r $PKG/{dev,usr/etc}
+    rm -r $PKG/{dev,usr/etc,usr/lib/udev}
     mv $PKG/usr/share/man/man8/mount.{fuse.8,fuse3.8}
 }