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 new file mode 100644 index 000000000..d2b17ecc5 --- /dev/null +++ b/source/x/x11/post-install/xf86-input-wacom.post-install @@ -0,0 +1,5 @@ +# 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 +cat $CWD/post-install/xf86-input-wacom/60-wacom.rules > \ + $PKG/lib/udev/rules.d/60-wacom.rules |