#!/bin/bash
set -e
name=bluez
version=d45fd43
release=2
systemctl enable bluetooth
systemctl enable --global obex

