diff options
Diffstat (limited to 'source/x/x11/post-install/xf86-input-wacom.post-install')
-rw-r--r-- | source/x/x11/post-install/xf86-input-wacom.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/x/x11/post-install/xf86-input-wacom.post-install b/source/x/x11/post-install/xf86-input-wacom.post-install index d2b17ecc..f6d9f853 100644 --- a/source/x/x11/post-install/xf86-input-wacom.post-install +++ b/source/x/x11/post-install/xf86-input-wacom.post-install @@ -1,5 +1,10 @@ # I'm not sure we need this any more, so let's wait for a bug report # https://wiki.archlinux.org/index.php/Wacom_Tablet mkdir -p $PKG/lib/udev/rules.d +rm -f $PKG/lib/udev/rules.d/*wacom.rules cat $CWD/post-install/xf86-input-wacom/60-wacom.rules > \ $PKG/lib/udev/rules.d/60-wacom.rules + +# We don't need this right now: +rm -rf $PKG/usr/lib*/systemd + |