Merge pull request #2357 from steski/wacom
xf86-input-wacom: remove systemd service
This commit is contained in:
commit
6c276d7ee8
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xf86-input-wacom'.
|
# Template build file for 'xf86-input-wacom'.
|
||||||
pkgname=xf86-input-wacom
|
pkgname=xf86-input-wacom
|
||||||
version=0.31.0
|
version=0.31.0
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -16,6 +16,7 @@ checksum=e7e9723f048071adabc878bf6139342ea39dea5e3a8134452df5a33bef2e3f76
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
|
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
|
||||||
|
rm -rf ${DESTDIR}/usr/lib/systemd
|
||||||
}
|
}
|
||||||
|
|
||||||
xf86-input-wacom-devel_package() {
|
xf86-input-wacom-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue