Compare commits
2 Commits
e472aaaf46
...
5d3cc92144
Author | SHA1 | Date | |
---|---|---|---|
5d3cc92144 | |||
![]() |
5af841a3a2 |
12
patches/wacomtablet/01-use-x11win.sh
Executable file
12
patches/wacomtablet/01-use-x11win.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$#" -eq 0 ]
|
||||
then
|
||||
echo "Usage: $0 <package repo>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
for arg in "$@"
|
||||
do
|
||||
sed -i 's/xf86-input-wacom/x11win-input-wacom/g' "${arg}/PKGBUILD"
|
||||
done
|
Reference in New Issue
Block a user