community/soc-qcom-sdm845: fix the missing .post-install script for call audio (MR 4316)

This commit is contained in:
Joel Selvaraj 2023-08-08 03:42:44 -05:00 committed by Stefan Hansson
parent 3e737241ba
commit 098b71ba76
No known key found for this signature in database
GPG key ID: 990600ED1DB95E02
3 changed files with 6 additions and 5 deletions

View file

@ -3,7 +3,7 @@
pkgname=soc-qcom-sdm845 pkgname=soc-qcom-sdm845
pkgdesc="Common package for Qualcomm SDM845 devices" pkgdesc="Common package for Qualcomm SDM845 devices"
pkgver=17 pkgver=17
pkgrel=0 pkgrel=1
url="https://postmarketos.org" url="https://postmarketos.org"
license="BSD-3-Clause" license="BSD-3-Clause"
arch="aarch64" arch="aarch64"
@ -106,7 +106,7 @@ vulkan() {
pulseaudio() { pulseaudio() {
install_if="$pkgname=$pkgver-r$pkgrel pulseaudio" install_if="$pkgname=$pkgver-r$pkgrel pulseaudio"
replaces="$pkgname" # To migrate from workaround being in main package 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 # Call Audio idle suspend workaround code
install -Dm755 "$srcdir"/call_audio_idle_suspend_workaround.sh \ install -Dm755 "$srcdir"/call_audio_idle_suspend_workaround.sh \

View file

@ -0,0 +1,3 @@
#!/bin/sh
rc-update add call_audio_idle_suspend_workaround default

View file

@ -1,3 +0,0 @@
#!/bin/sh
rc-update add call_audio_idle_suspend_workaround default

View file

@ -0,0 +1 @@
soc-qcom-sdm845-pulseaudio.post-install