soc-qcom-msm8916: Install q6voiced.conf for any init system (MR 6015)

This commit is contained in:
Clayton Craft 2025-01-08 21:34:07 -08:00 committed by Anjandev Momi
parent 38962fd023
commit f851c8a374
No known key found for this signature in database
GPG key ID: 74482A13A109255D

View file

@ -3,7 +3,7 @@
pkgname=soc-qcom-msm8916
pkgdesc="Common package for Qualcomm MSM8916 devices"
pkgver=21
pkgrel=2
pkgrel=3
url="https://postmarketos.org"
license="BSD-3-Clause"
arch="aarch64 armv7"
@ -75,13 +75,14 @@ rproc_all() {
mkdir -p "$subpkgdir"/boot
echo all > "$subpkgdir"/boot/lk2nd_rproc_mode
install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced
}
rproc_all_openrc() {
install_if="$pkgname-rproc-all=$pkgver-r$pkgrel openrc"
install="$subpkgname.post-install"
install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced
mkdir -p "$subpkgdir"
}
samsung_modem_workaround() {