mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
9 lines
247 B
Text
9 lines
247 B
Text
|
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
|
||
|
}
|