5a2aafd62a
This is no longer necessary as geoclue now can talk to ModemManager directly for GPS information. It also presents a security risk due to how gpsd works. As such, remove it. Closes https://gitlab.com/postmarketOS/pmaports/-/issues/2340
5 lines
118 B
Bash
5 lines
118 B
Bash
#!/bin/sh
|
|
|
|
rc-update add eg25-manager default
|
|
rc-update -qq del gpsd || true
|
|
rc-update -qq del gpsd_pinephone || true
|