mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/pulseaudio: add install file
This commit is contained in:
parent
1b49ce90ee
commit
e56cda3e20
1 changed files with 8 additions and 0 deletions
8
extra/pulseaudio/pulseaudio.install
Normal file
8
extra/pulseaudio/pulseaudio.install
Normal file
|
@ -0,0 +1,8 @@
|
|||
post_upgrade() {
|
||||
(( $(vercmp $2 6.0-2) < 0 )) && cat <<MSG
|
||||
>>> Many PulseAudio modules with additional dependencies have been split into
|
||||
separate packages. Please check the pulseaudio-* packages and reinstall
|
||||
what you need.
|
||||
MSG
|
||||
true
|
||||
}
|
Loading…
Reference in a new issue