mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
bluez: add and install obexd dbus service file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
5
packages/network/bluez/config/org.bluez.obex.service
Normal file
5
packages/network/bluez/config/org.bluez.obex.service
Normal file
@@ -0,0 +1,5 @@
|
||||
[D-BUS Service]
|
||||
Name=org.bluez.obex
|
||||
Exec=/usr/lib/bluetooth/obexd
|
||||
User=root
|
||||
|
||||
@@ -70,3 +70,7 @@ pre_configure_target() {
|
||||
rm -rf .$TARGET_NAME
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/share/dbus-1/services
|
||||
cp $PKG_DIR/config/org.bluez.obex.service $INSTALL/usr/share/dbus-1/services
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user