Skip to content
Snippets Groups Projects
Verified Commit cda9735b authored by Oliver Smith's avatar Oliver Smith Committed by Clayton Craft
Browse files

device-google-sargo: move replaces to -openrc (MR 5771)

[ci:skip-build]: already built successfully in CI
parent 5f92a248
No related branches found
No related tags found
1 merge request!5771Fixes for "Move post-install scripts to openrc subpackages": sargo, beryllium
Pipeline #210059 passed
......@@ -3,7 +3,7 @@
pkgname=device-google-sargo
pkgdesc="Google Pixel 3a"
pkgver=6
pkgrel=3
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......@@ -48,7 +48,6 @@ package() {
nonfree_firmware() {
pkgdesc="Proprietary firmware blobs for the Google Pixel 3a"
replaces="hexagonrpcd-openrc"
depends="
firmware-google-sargo
hexagonrpcd
......@@ -68,6 +67,7 @@ nonfree_firmware_openrc() {
# Enable HexagonRPCD by default, but not if the user installed this
# package then disabled it.
install="$subpkgname.post-install"
replaces="hexagonrpcd-openrc"
# The FastRPC service is only enabled when non-free firmware is installed.
install -Dm755 "$srcdir"/no-hexagonrpcd-on-suspend.sh \
"$subpkgdir"/etc/elogind/system-sleep/no-hexagonrpcd-on-suspend.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment