diff options
Diffstat (limited to 'repos/extra/libinput/abuild')
| -rwxr-xr-x[-rw-r--r--] | repos/extra/libinput/abuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/repos/extra/libinput/abuild b/repos/extra/libinput/abuild index 21bc903d..a581c48a 100644..100755 --- a/repos/extra/libinput/abuild +++ b/repos/extra/libinput/abuild @@ -3,7 +3,3 @@ version=1.27.1 release=1 source="https://gitlab.freedesktop.org/$name/$name/-/archive/$version/$name-$version.tar.gz" build_opt="-Ddebug-gui=false -Dtests=false -Dlibwacom=false" - -postbuild() { - rm -rf $PKG/usr/lib/udev -} |