bluez: register bluetooth.service with xbps-triggers.
This commit is contained in:
parent
7abc0d15c3
commit
1986751201
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue