PKGBUILDs/extra/pulseaudio/pulseaudio.install
2015-05-15 04:50:32 +00:00

9 lines
247 B
Plaintext

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
}