summaryrefslogtreecommitdiffstats
path: root/abs/extra/bluez/bluez.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/bluez/bluez.install')
-rw-r--r--abs/extra/bluez/bluez.install15
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
-}