diff options
author | Cecil <knoppmyth@gmail.com> | 2012-04-15 22:44:44 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-04-15 22:44:44 (GMT) |
commit | 72094a3b732f1d00090d8f59e90f73d2ae5f7225 (patch) | |
tree | bc2e5eaaca3104d826f065d6e3fe9300c866e1a5 /abs/extra/bluez/bluez.install | |
parent | 5599545a3f8f609b3abf0f9cc606f9d4b584ebb3 (diff) | |
parent | 294a757e2774990e7a788d6437089e730118b5d1 (diff) | |
download | linhes_pkgbuild-72094a3b732f1d00090d8f59e90f73d2ae5f7225.zip linhes_pkgbuild-72094a3b732f1d00090d8f59e90f73d2ae5f7225.tar.gz linhes_pkgbuild-72094a3b732f1d00090d8f59e90f73d2ae5f7225.tar.bz2 |
Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/bluez/bluez.install')
-rw-r--r-- | abs/extra/bluez/bluez.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/bluez/bluez.install b/abs/extra/bluez/bluez.install index f9b757b..30bd262 100644 --- a/abs/extra/bluez/bluez.install +++ b/abs/extra/bluez/bluez.install @@ -2,12 +2,12 @@ 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 ">>> hidd dund pand sdpd rfcomm hid2hci" echo ">>> $ sudo add_service.sh <service_name>" } pre_remove() { - for d in { bluetoothd,hidd,dund,pand,rfcomm } ; do + for d in { bluetoothd,hidd,dund,pand,sdpd,rfcomm,hid2hci } ; do if [ -d /var/service/${d} ] ; then remove_servcie.sh $d fi |