pmaports/device/testing/bluetooth-raspberry-pi/bluetooth-raspberry-pi.post-install
Luca Weiss e350b00b9b
treewide: chmod -x files (MR 1237)
We don't want executable APKBUILDs, deviceinfo files, etc in pmaports.
Remove the executable bit from those files.

[ci:skip-build]
[ci:skip-vercheck]
2020-05-23 17:29:18 +02:00

4 lines
111 B
Bash

#!/bin/sh
# Enable pi-bluetooth init script
rc-update add bluetooth default
rc-update add pi-bluetooth default