diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-04-29 15:08:16 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-04-29 15:08:16 (GMT) |
commit | ce0749ac07cc7e9e4d5f67d21445a8c11290cb93 (patch) | |
tree | 3d9d81d113f01a7f73b2dc3bbe07183727001d3f /abs/extra/bluez/bluez.install | |
parent | f0c1f06b75427d6bc68a95ec5de747b10da1e09f (diff) | |
download | linhes_pkgbuild-ce0749ac07cc7e9e4d5f67d21445a8c11290cb93.zip linhes_pkgbuild-ce0749ac07cc7e9e4d5f67d21445a8c11290cb93.tar.gz linhes_pkgbuild-ce0749ac07cc7e9e4d5f67d21445a8c11290cb93.tar.bz2 |
bluez: update to 5.39
Diffstat (limited to 'abs/extra/bluez/bluez.install')
-rw-r--r-- | abs/extra/bluez/bluez.install | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/abs/extra/bluez/bluez.install b/abs/extra/bluez/bluez.install deleted file mode 100644 index 9cfe793..0000000 --- a/abs/extra/bluez/bluez.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - add_service.sh bluetoothd - echo ">>> Only the bluetoothd daemon is started by default." - echo ">>> You can optionally add the following as required:" - echo ">>> hidd dund pand sdpd rfcomm hid2hci" - echo ">>> $ sudo add_service.sh <service_name>" -} - -pre_remove() { - for d in { bluetoothd,hidd,dund,pand,sdpd,rfcomm,hid2hci } ; do - if [ -d /var/service/${d} ] ; then - remove_service.sh $d - fi - done -} |