8ddb338f41
Closes https://gitlab.com/postmarketOS/pmaports/-/issues/1936 Additionally, this means that iio-sensor-proxy actually gets enabled on GNOME and GNOME mobile. Previously, it would get installed there but not enabled unless the user manually did it.
6 lines
No EOL
153 B
Bash
6 lines
No EOL
153 B
Bash
#!/bin/sh
|
|
|
|
rc-update add bluetooth default
|
|
rc-update add iio-sensor-proxy default
|
|
rc-update add modemmanager default
|
|
rc-update add networkmanager default |