diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-04-11 08:12:45 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-04-11 08:12:45 (GMT) |
commit | 5c0afa9648c9a5ba228c2694c97cfbf0ebf3856a (patch) | |
tree | 439d149b1ddbe612a32ef0b1baf8c214fea25a7d /abs/extra-testing/bluez/bluez.install | |
parent | a890cdaf65cc0dbccc39ef0117674b92f12d967f (diff) | |
parent | 4b1471f0ad5c2eb188240c740fea7f35c19f81fa (diff) | |
download | linhes_pkgbuild-5c0afa9648c9a5ba228c2694c97cfbf0ebf3856a.zip linhes_pkgbuild-5c0afa9648c9a5ba228c2694c97cfbf0ebf3856a.tar.gz linhes_pkgbuild-5c0afa9648c9a5ba228c2694c97cfbf0ebf3856a.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/bluez/bluez.install')
-rw-r--r-- | abs/extra-testing/bluez/bluez.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/bluez/bluez.install b/abs/extra-testing/bluez/bluez.install index 30bd262..f9b757b 100644 --- a/abs/extra-testing/bluez/bluez.install +++ b/abs/extra-testing/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 sdpd rfcomm hid2hci" + echo ">>> hidd dund pand rfcomm" echo ">>> $ sudo add_service.sh <service_name>" } pre_remove() { - for d in { bluetoothd,hidd,dund,pand,sdpd,rfcomm,hid2hci } ; do + for d in { bluetoothd,hidd,dund,pand,rfcomm } ; do if [ -d /var/service/${d} ] ; then remove_servcie.sh $d fi |