xf86-input-vmmouse: remove HAL stuff, it's obsolete.
This commit is contained in:
parent
db45c42106
commit
6f400fd365
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'xf86-input-vmmouse'.
|
||||
pkgname=xf86-input-vmmouse
|
||||
version=12.6.10
|
||||
revision=1
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg VMware virtual mouse input driver"
|
||||
|
@ -12,3 +13,9 @@ long_desc="
|
|||
Add_dependency run glibc
|
||||
Add_dependency run xorg-server
|
||||
Add_dependency build xorg-server-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
# Remove HAL stuff, it's obsolete.
|
||||
rm -rf ${DESTDIR}/usr/{lib,share}/hal
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue