community/soc-qcom-sdm845: fix the missing .post-install script for call audio (MR 4316)
This commit is contained in:
parent
3e737241ba
commit
098b71ba76
3 changed files with 6 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=soc-qcom-sdm845
|
||||
pkgdesc="Common package for Qualcomm SDM845 devices"
|
||||
pkgver=17
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="BSD-3-Clause"
|
||||
arch="aarch64"
|
||||
|
@ -106,7 +106,7 @@ vulkan() {
|
|||
pulseaudio() {
|
||||
install_if="$pkgname=$pkgver-r$pkgrel pulseaudio"
|
||||
replaces="$pkgname" # To migrate from workaround being in main package
|
||||
install="$subpkgname.post-upgrade"
|
||||
install="$subpkgname.post-install $subpkgname.post-upgrade"
|
||||
|
||||
# Call Audio idle suspend workaround code
|
||||
install -Dm755 "$srcdir"/call_audio_idle_suspend_workaround.sh \
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-update add call_audio_idle_suspend_workaround default
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-update add call_audio_idle_suspend_workaround default
|
|
@ -0,0 +1 @@
|
|||
soc-qcom-sdm845-pulseaudio.post-install
|
Loading…
Reference in a new issue