bluez: register bluetooth.service with xbps-triggers.

This commit is contained in:
Juan RP 2013-10-16 09:45:16 +02:00
parent 7abc0d15c3
commit 1986751201

View file

@ -1,7 +1,7 @@
# Template file for 'bluez'
pkgname=bluez
version=5.10
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev
--with-systemdsystemunitdir=/usr/lib/systemd/system
@ -39,6 +39,7 @@ libbluetooth-devel_package() {
}
bluez_package() {
systemd_services="bluetooth.service true"
pkg_install() {
vmove all
}