diff options
Diffstat (limited to 'abs/extra-testing/bluez/bluez.install')
-rw-r--r-- | abs/extra-testing/bluez/bluez.install | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/abs/extra-testing/bluez/bluez.install b/abs/extra-testing/bluez/bluez.install deleted file mode 100644 index f9b757b..0000000 --- a/abs/extra-testing/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 rfcomm" - echo ">>> $ sudo add_service.sh <service_name>" -} - -pre_remove() { - for d in { bluetoothd,hidd,dund,pand,rfcomm } ; do - if [ -d /var/service/${d} ] ; then - remove_servcie.sh $d - fi - done -} |